antos-frontend/src/packages/NotePad/scheme.html

5 lines
183 B
HTML
Raw Normal View History

2021-05-12 17:43:28 +02:00
<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>