2021-10-24 18:42:41 +02:00
|
|
|
<afx-app-window apptitle="Office Suite" width="700" height="500" data-id="OnlyOffice" blur-overlay="true">
|
2021-02-08 17:59:31 +01:00
|
|
|
<afx-hbox >
|
2021-02-09 23:55:48 +01:00
|
|
|
<div data-id="editor-area" id='placeholder'>
|
|
|
|
<p>
|
|
|
|
<afx-button data-id="btn-open-file" text="__(Open file)" iconclass="fa fa-folder-open" ></afx-button>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<afx-button data-id="btn-new-doc" text="__(Create Document)" iconclass="fa fa-file-word-o"></afx-button>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<afx-button data-id="btn-new-cell" text="__(Create Spreadsheet)" iconclass="fa fa-file-excel-o"></afx-button>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<afx-button data-id="btn-new-slide" text="__(Create Presentation)" iconclass="fa fa-file-powerpoint-o"></afx-button>
|
|
|
|
</p>
|
|
|
|
</div>
|
2021-02-08 17:59:31 +01:00
|
|
|
</afx-hbox>
|
|
|
|
</afx-app-window>
|