mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-07 22:18:29 +01:00
9 lines
364 B
HTML
9 lines
364 B
HTML
<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> |