antosdk-apps/LuaPlayground/assets/scheme.html

14 lines
738 B
HTML
Raw Normal View History

2023-07-14 12:05:12 +02:00
<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>
2023-07-14 12:05:12 +02:00
<afx-resizer data-height="4" data-width="4" dir="row" data-id="resizer"></afx-resizer>
2019-05-06 16:08:46 +02:00
<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>
2018-04-14 17:41:57 +02:00
<div data-id="output"></div>
2019-05-06 16:08:46 +02:00
</afx-vbox>
2023-07-14 12:05:12 +02:00
</afx-tile>
2018-04-14 17:41:57 +02:00
</afx-app-window>