a simple document viewer , only for doc online. #iseng.
<table width="100%">
<tr>
<td>
<k-viewer-doc
source="dev-builds.libreoffice.org/tmp/test.docx"
label="Sampe data docx"></k-viewer-doc>
</td>
<td>
<k-viewer-doc
source="dev-builds.libreoffice.org/tmp/test.xlsx"
label="Sampe data xlsx"></k-viewer-doc>
</td>
<td>
<k-viewer-doc
source="dev-builds.libreoffice.org/tmp/test.pptx"
label="Sampe data pptx"></k-viewer-doc>
</td>
</tr>
</table>
bower install --save k-viewer-doc
Data Attribute | Description | Default Value |
---|---|---|
label | For set label document | null |
source | ONLY URL | null |
Writer
dev-builds.libreoffice.org/tmp/test.docxSpreadsheets
dev-builds.libreoffice.org/tmp/test.xlsxPresentation
dev-builds.libreoffice.org/tmp/test.pptx
You can find a list of all changes for each release in the change log.
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -m 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D