antosdk-apps/LuaPlayground/assets/scheme.html

14 lines
649 B
HTML

<afx-app-window apptitle="Lua Playground" width="500" height="400" data-id="Lua Playground">
<afx-vbox >
<div data-id="editorea"></div>
<afx-resizer data-height="4"></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-vbox>
</afx-app-window>