mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-07 22:18:29 +01:00
5 lines
186 B
HTML
5 lines
186 B
HTML
|
<afx-app-window apptitle="__(Text Editor)" width="500" height="400" data-id="TinyEditor">
|
||
|
<afx-vbox >
|
||
|
<textarea data-id='editor'></textarea>
|
||
|
</afx-vbox>
|
||
|
</afx-app-window>
|