2019-05-06 16:08:46 +02:00
|
|
|
<afx-app-window apptitle="Lua Playground" width="500" height="400" data-id="LuaPlayground">
|
|
|
|
<afx-hbox >
|
|
|
|
<div data-id="editorea" data-width="250"></div>
|
|
|
|
<afx-resizer data-width="3"></afx-resizer>
|
|
|
|
<afx-vbox>
|
|
|
|
<afx-hbox data-height="20" data-id="bottom-vbox">
|
|
|
|
<afx-button data-id = "log-clear" data-width="25" iconclass="fa fa-trash"></afx-button>
|
2019-05-07 14:34:26 +02:00
|
|
|
<afx-button data-id = "code-run" data-width="25" iconclass="fa fa-play"></afx-button>
|
|
|
|
<afx-button data-id = "code-stop" data-width="25" iconclass="fa fa-stop"></afx-button>
|
2019-05-06 16:08:46 +02:00
|
|
|
</afx-hbox>
|
2018-04-14 17:41:57 +02:00
|
|
|
<div data-id="output"></div>
|
2019-05-06 16:08:46 +02:00
|
|
|
</afx-vbox>
|
|
|
|
</afx-hbox>
|
2018-04-14 17:41:57 +02:00
|
|
|
</afx-app-window>
|