mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +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> |