mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-06 08:36:46 +02:00
5 lines
183 B
HTML
5 lines
183 B
HTML
<afx-app-window apptitle="__(Text Editor)" width="500" height="400" data-id="NotePad">
|
|
<afx-vbox >
|
|
<textarea data-id='editor'></textarea>
|
|
</afx-vbox>
|
|
</afx-app-window> |