add new apps

This commit is contained in:
lxsang
2019-11-24 19:33:14 +00:00
parent 96e7662d6e
commit 7c2cc7dc11
21 changed files with 739 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<afx-app-window apptitle="Booklet" width="600" height="500" data-id="Booklet">
<afx-hbox >
<afx-tree-view data-id = "toc-ui" data-width="200"></afx-tree-view>
<afx-resizer data-width="3"></afx-resizer>
<div data-id = "mycontainer">
<textarea data-id="markarea" ></textarea>
</div>
</afx-hbox>
</afx-app-window>