Quill
Modern WYSIWYG editor built for compatibility and extensibility.
Basic Example #
To initialize the quill editor, add the
.sa-quill-control
class to the
.form-control
element.
Example
<textarea class="sa-quill-control form-control" rows="8">
<p>Hello World!</p>
<p>Some initial <strong>bold</strong> text</p>
<p><br/></p></textarea
>