rsimditor-fullscreen
v1.0.1
Published
Add fullscreen support for RSimditor.
Downloads
2
Readme
Rsimditor-fullscreen
Add fullscreen support for Simditor.
###Usage
Reference button and dependency script on your page with Simditor:
<script type="text/javascript" src="/path/to/simditor-fullscreen.js"></script>
<link rel="stylesheet" href="/path/to/simditor-fullscreen.css" />
Add fullscreen button config when you initialize Simditor:
editor = new Simditor
textarea: $ '#txt-editor'
toolbar: ['bold', 'italic', 'underline', '|', 'fullscreen']