add TinyEditor package

This commit is contained in:
lxsang
2018-07-24 17:18:07 +00:00
parent 10a0225fbf
commit e54a33605a
14 changed files with 333 additions and 106 deletions

View File

@ -0,0 +1,5 @@
<afx-app-window apptitle="__(Text Editor)" width="500" height="400" data-id="TinyEditor">
<afx-vbox >
<textarea data-id='editor'></textarea>
</afx-vbox>
</afx-app-window>