VFS (contd)

This commit is contained in:
Xuan Sang LE
2018-01-28 16:33:49 +01:00
parent c048824ce4
commit 60bae901a0
8 changed files with 87 additions and 25 deletions

View File

@ -1,8 +1,9 @@
<afx-app-window data-id = 'file-dialog-window' width='400' height='250'>
<afx-app-window data-id = 'file-dialog-window' width='400' height='300'>
<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>
<input data-height = '26' type = "text" data-id = "filename" style="margin-left:5px; margin-right:5px;display:none;" />
<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>