antos-frontend/src/packages/NotePad/scheme.html
2021-06-13 12:08:37 +02:00

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>