mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-07 17:16:44 +02:00
12 lines
517 B
HTML
12 lines
517 B
HTML
<afx-app-window apptitle="Preview" width="600" height="400">
|
|
<afx-vbox>
|
|
<afx-tree-view data-id="mytree"> </afx-tree-view>
|
|
<afx-hbox>
|
|
<afx-button data-height="50" text="Read more" iconclass="fa fa-camera-retro fa-lg" id="button">
|
|
</afx-button>
|
|
<afx-calendar-view></afx-calendar-view>
|
|
<afx-list-view data-id = "mylist" dropdown = "true" width="200" data-height = "50"></afx-list-view>
|
|
|
|
</afx-hbox>
|
|
</afx-vbox>
|
|
</afx-app-window> |