Skip to content

Commit 56b021d

Browse files
save file
1 parent c7c19bd commit 56b021d

File tree

1 file changed

+75
-31
lines changed

1 file changed

+75
-31
lines changed

html-components/list/web-editor/web-editor.html

Lines changed: 75 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -269,38 +269,82 @@ <h3>
269269
</h3>
270270

271271
<div>
272-
<p>
273-
[attribute]
274-
<br>
275-
<b>
276-
fullsize
277-
</b>
278-
<br>
279-
makes the editor display the entire document
280-
</p>
281-
<p>
282-
[attribute]
283-
<br>
284-
<b>
285-
mode
286-
</b>
287-
<br>
288-
sets the mode of the editor, supports
289-
<br>
290-
js | javascript,python,java,c_cpp,csharp,php,ruby,go,swift,html,css,scss,less,typescript,markdown,json,xml,yaml,sql
291-
292-
</p>
293-
<p>
294-
[attribute]
295-
<br>
296-
<b>
297-
src
298-
</b>
299-
<br>
300-
url of text to display
301-
</p>
302-
272+
<div>
273+
attributes
274+
</div>
275+
<table>
276+
<tr>
277+
<th>
278+
name
279+
</th>
280+
<th>
281+
value
282+
</th>
283+
<th>
284+
description
285+
</th>
286+
</tr>
287+
<tr>
288+
<td>
289+
fullsize
290+
</td>
291+
<td>
292+
boolean ( exists )
293+
</td>
294+
<td>
295+
makes the editor display the entire document
296+
</td>
297+
</tr>
298+
<tr>
299+
<td>
300+
mode
301+
</td>
302+
<td>
303+
js | javascript,python,java,c_cpp,csharp,php,ruby,go,swift,html,css,scss,less,typescript,markdown,json,xml,yaml,sql
304+
</td>
305+
<td>
306+
sets the mode for the editor
307+
</td>
308+
</tr>
309+
<tr>
310+
<td>
311+
src
312+
</td>
313+
<td>
314+
[url]
315+
</td>
316+
<td>
317+
url of text to display
318+
</td>
319+
</tr>
320+
</table>
321+
303322

323+
<div>
324+
module
325+
</div>
326+
<table>
327+
<tr>
328+
<th>
329+
name
330+
</th>
331+
<th>
332+
params
333+
</th>
334+
<th>
335+
description
336+
</th>
337+
</tr>
338+
<tr>
339+
<td>
340+
getvalue()
341+
<br>
342+
getValue()
343+
</td>
344+
345+
346+
347+
</table>
304348
<p>
305349
[module]
306350
<br>

0 commit comments

Comments
 (0)