mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
19 lines
847 B
HTML
19 lines
847 B
HTML
<afx-app-window apptitle="Libre Office Online" width="700" height="500" data-id="LibreOffice" blur-overlay="true">
|
|
<afx-hbox >
|
|
<div data-id="editor-area">
|
|
<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>
|
|
|
|
</afx-hbox>
|
|
</afx-app-window> |