Skip to content

Latest commit

 

History

History
84 lines (61 loc) · 2.21 KB

README.md

File metadata and controls

84 lines (61 loc) · 2.21 KB

bower version open issues Published on webcomponents.org

<k-viewer-doc>

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>

How to install

bower

bower install --save k-viewer-doc

Properties

Data Attribute Description Default Value
label For set label document null
source ONLY URL null

Doc support and sample

  • Writer dev-builds.libreoffice.org/tmp/test.docx
  • Spreadsheets dev-builds.libreoffice.org/tmp/test.xlsx
  • Presentation dev-builds.libreoffice.org/tmp/test.pptx

Change log

You can find a list of all changes for each release in the change log.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License