antosdk-apps/Booklet/assets/scheme.html

9 lines
381 B
HTML
Raw Normal View History

2019-11-24 20:33:14 +01:00
<afx-app-window apptitle="Booklet" width="600" height="500" data-id="Booklet">
<afx-hbox >
2020-07-10 14:01:52 +02:00
<afx-tree-view data-id = "toc-ui" data-width="200" dragndrop="true"></afx-tree-view>
2019-11-24 20:33:14 +01:00
<afx-resizer data-width="3"></afx-resizer>
<div data-id = "mycontainer">
<textarea data-id="markarea" ></textarea>
</div>
</afx-hbox>
</afx-app-window>