0.8.13 • Published 8 years ago

compo-quill-editor v0.8.13

Weekly downloads
3
License
-
Repository
-
Last release
8 years ago

Quill Component Wrapper

Build Status Bower version

a:quillEditor;

Attributes

AttributesDescription
?x-themeQuill theme (default snow)
?x-liveDefine this attribute, to emit quillEditor_Changed signal on each keypress, otherwise this signal is deferred until blur event

Signals

SignalDescription
quillEditor_Changed(sender, text) is emitted each time text is changed

Install

bower install compo-quilleditor

API

  • editor #

    	Quill `Editor` instance
  • get() #

    	Get text
  • set(value) #

    	Set text

Dependencies

  • QuillJS: embed quill sources in any way into your application.

Examples

# install atma toolkit
npm install atma
# run server
atma server

# navigate `http://localhost:5777/examples/simple.html`

Test

npm test

:copyright: MIT - The Atma.js Project