mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
14 lines
738 B
HTML
14 lines
738 B
HTML
<afx-app-window apptitle="Lua Playground" width="500" height="400" data-id="Lua Playground" responsive="true">
|
|
<afx-tile dir="row" data-id="wrapper" >
|
|
<div data-id="editorea"></div>
|
|
<afx-resizer data-height="4" data-width="4" dir="row" data-id="resizer"></afx-resizer>
|
|
<afx-vbox>
|
|
<div data-height="35" data-id="bottom-vbox">
|
|
<afx-button data-id = "log-clear" iconclass="fa fa-trash"></afx-button>
|
|
<afx-button data-id = "code-run" iconclass="fa fa-play"></afx-button>
|
|
<afx-button data-id = "code-stop" iconclass="fa fa-stop"></afx-button>
|
|
</div>
|
|
<div data-id="output"></div>
|
|
</afx-vbox>
|
|
</afx-tile>
|
|
</afx-app-window> |