0.0.11 • Published 8 years ago

plec-editor v0.0.11

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
8 years ago

#Plec Editor

Simple wysiwyg

#Usage

    import PlecEditor from 'plec-editor'
    PlecEditor.init({
        el: 'editor'
    }

Options

  • el = Element to bind
  • buttonFilter = Array of command button to display, available value are :
    • 'bold'
    • 'italic'
    • 'underline'
    • 'strikeThrough'
    • 'justifyLeft'
    • 'justifyCenter'
    • 'justifyRight'
    • 'insertOrderedList'
    • 'insertUnorderedList'
    • 'link'
    • 'unlink'
    • 'fontSize'
    • 'removeFormat'
0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago