Webanizr Logo
Open / sluit menu
Module quill

The module Quill loads a Quill editor on your website. In addition to calling the module you need to add a script to the head of your document. The module will send instructions on the first call.

syntax

webanizr.collect('quill', parameters, callback);

parameters

Quill accepts the following parameters:

query__selector (required)

The query selector pointing to the div that needs to be converted to a TinyMCE editor.

id__theme (optional)

The theme for the Quill editor. Only the options "snow" and "bubble" are supported. if this option is omitted the snow theme will be loaded.

callback

The callback is called after the editor is loaded. The callback function is called with empty data.

demo

https://cdn.cpmodules.webanizr.com/demo/text-editor/index.html