mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 06:04:26 +02:00
first release of libantosdk
This commit is contained in:
16
libantosdk/scheme.html
Normal file
16
libantosdk/scheme.html
Normal file
@ -0,0 +1,16 @@
|
||||
<afx-app-window apptitle="__(Test SDK)" width="450" height="500" data-id="TestSDK">
|
||||
<afx-vbox >
|
||||
<div data-height="10"></div>
|
||||
<afx-hbox data-id="wrapper">
|
||||
<div data-width="10"></div>
|
||||
<div data-id="container"></div>
|
||||
<div data-width="10"></div>
|
||||
</afx-hbox>
|
||||
<div data-height="5"></div>
|
||||
<afx-hbox data-height="23" style="text-align: right;">
|
||||
<afx-button data-id="btnsend" text="__(Send)"></afx-button>
|
||||
<div data-width="5"></div>
|
||||
</afx-hbox>
|
||||
<div data-height="10"></div>
|
||||
</afx-vbox>
|
||||
</afx-app-window>
|
Reference in New Issue
Block a user