Files
antos-frontend/src/packages/CodePad/assets/scheme.html
2020-05-14 01:03:44 +02:00

16 lines
787 B
HTML

<afx-app-window apptitle="Code" width="600" height="400" data-id="notepad">
<afx-vbox>
<afx-hbox>
<afx-file-view data-width = "155" min-width="155" data-id = "fileview" view="tree" status = "false">
</afx-file-view>
<afx-resizer data-width = "3" ></afx-resizer>
<div data-id="datarea"></div>
</afx-hbox>
<afx-hbox data-height="20" data-id="bottom-hbox">
<afx-label data-id="editorstat"></afx-label>
<!-- <afx-list-view data-width="160" data-id = "themelist" dropdown = "true" width="135"></afx-list-view>
<afx-list-view data-width="125" data-id = "modelist" dropdown = "true" width="100"></afx-list-view>
-->
</afx-hbox>
</afx-vbox>
</afx-app-window>