0.1.1 • Published 9 years ago

simditor-fullscreen v0.1.1

Weekly downloads
11
License
-
Repository
github
Last release
9 years ago

simditor-fullscreen

npm.io

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']