mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-30 04:30:36 +02:00
set ace as defaut editor
This commit is contained in:
16
src/packages/CodePad/assets/scheme.html
Normal file
16
src/packages/CodePad/assets/scheme.html
Normal file
@ -0,0 +1,16 @@
|
||||
<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>
|
Reference in New Issue
Block a user