mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-21 16:29:46 +02:00
NotePad apps
This commit is contained in:
12
src/core/schemes/filedialog.html
Normal file
12
src/core/schemes/filedialog.html
Normal file
@ -0,0 +1,12 @@
|
||||
<afx-app-window data-id = 'file-dialog-window' width='400' height='250'>
|
||||
<afx-vbox>
|
||||
<afx-list-view data-id = "location" dropdown = "false" data-width = "120"></afx-list-view>
|
||||
<afx-hbox>
|
||||
<afx-file-view data-id = "fileview" view='tree' status = false></afx-file-view>
|
||||
<div data-height = '30' style=' text-align:right;padding-top:3px;'>
|
||||
<afx-button data-id = "bt-ok" text = "Ok"></afx-button>
|
||||
<afx-button data-id = "bt-cancel" text = "Cancel"></afx-button>
|
||||
</div>
|
||||
</afx-hbox>
|
||||
</afx-vbox>
|
||||
</afx-app-window>
|
Reference in New Issue
Block a user