mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 06:04:26 +02:00
add new apps
This commit is contained in:
9
Booklet/assets/scheme.html
Normal file
9
Booklet/assets/scheme.html
Normal 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>
|
Reference in New Issue
Block a user