compo-quill-editor
v0.8.13
Published
[![Build Status](https://travis-ci.org/atmajs/compo-quillEditor.png?branch=master)](https://travis-ci.org/atmajs/compo-quillEditor) [![Bower version](https://badge.fury.io/bo/compo-quilleditor.svg)](http://badge.fury.io/bo/compo-quilleditor)
Downloads
4
Readme
Quill Component Wrapper
a:quillEditor;
Attributes
Attributes | Description
---------- | ---
?x-theme
| Quill theme (default snow
)
?x-live
| Define this attribute, to emit quillEditor_Changed
signal on each keypress
, otherwise this signal is deferred until blur
event
Signals
Signal | Description
--- | ---
quillEditor_Changed
| (sender, text)
is emitted each time text is changed
Install
bower install compo-quilleditor
API
editor
#Quill
Editor
instanceget()
#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