afx-list-view now can add action buttons

This commit is contained in:
Xuan Sang LE
2018-03-12 11:33:33 +01:00
parent 6c7aec69b7
commit 7fd6492a31
9 changed files with 94 additions and 55 deletions

View File

@ -4,7 +4,7 @@
<afx-vbox>
<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;'>
<div data-height = '30' style=' text-align:right;padding:3px;'>
<afx-button data-id = "bt-ok" text = "__(Ok)"></afx-button>
<afx-button data-id = "bt-cancel" text = "__(Cancel)"></afx-button>
</div>