Skip to content

Commit 5f243ac

Browse files
save file
1 parent b3343db commit 5f243ac

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

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

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
text-align: left;margin-bottom:10px
117117
}
118118
td, th {
119-
padding: 12px 8px;
119+
padding: 5px 0px;
120120
}
121121
</style>
122122

@@ -280,13 +280,42 @@ <h3>
280280
js | javascript,python,java,c_cpp,csharp,php,ruby,go,swift,html,css,scss,less,typescript,markdown,json,xml,yaml,sql
281281

282282
</p>
283+
<p>
284+
[module]
285+
<b>
286+
getvalue, getValue
287+
</b>
288+
<br>
289+
get the text from the editor
290+
</p>
291+
<p>
292+
[module]
293+
<b>
294+
setvalue, setValue
295+
</b>
296+
<br>
297+
set the text of the editor
298+
</p>
283299
</div>
284300

285301

302+
<h3>
303+
Examples
304+
</h3>
305+
<div>
306+
</div>
307+
308+
286309
<h3>
287310
Files
288311
</h3>
289312

313+
<div>
314+
latest
315+
<br>
316+
v2.0
317+
</div>
318+
290319
<web-editor component id=latest fullsize src='https://libs.ext-code.com/html/web-editor/web-editor.html'></web-editor>
291320

292321

0 commit comments

Comments
 (0)