File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed
html-components/list/web-editor Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,12 @@ <h3>
153153
154154 < web-editor component fullsize mode = html src = 'https://libs.ext-code.com/html/web-editor/web-editor.html' > </ web-editor >
155155
156+ </ script >
157+ </ code >
158+
159+ < code >
160+ < script type =text/html >
161+
156162 < web-editor component mode = text style = 'display:block;height:100px' >
157163
158164 lorem elum ipsum
265271 < div >
266272 < p >
267273 [attribute]
274+ < br >
268275 < b >
269276 fullsize
270277 </ b >
273280 </ p >
274281 < p >
275282 [attribute]
283+ < br >
276284 < b >
277285 mode
278286 </ b >
284292 </ p >
285293 < p >
286294 [attribute]
295+ < br >
287296 < b >
288297 src
289298 </ b >
@@ -294,26 +303,35 @@ <h3>
294303
295304 < p >
296305 [module]
306+ < br >
297307 < b >
298- getvalue, getValue
308+ getvalue()
309+ < br >
310+ getValue()
299311 </ b >
300312 < br >
301313 get the text from the editor
302314 </ p >
303315 < p >
304316 [module]
317+ < br >
305318 < b >
306- setvalue, setValue
319+ setvalue( txt )
320+ < br >
321+ setValue( txt )
307322 </ b >
308323 < br >
309324 set the text of the editor
310325 </ p >
311326 < p >
312327 [module]
328+ < br >
313329 < b >
314- filename
330+ filename ( file )
315331 </ b >
316332 < br >
333+ file string | file as produced by file-mod
334+ < br >
317335 set the filename associated with the document the editor is displaying
318336 </ p >
319337 </ div >
You can’t perform that action at this time.
0 commit comments