Log in
Log in with USB
Inloggen met vingerafdruk wordt binnenkort mogelijk.
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.
webanizr.collect('quill', parameters, callback);
Quill accepts the following parameters:
The query selector pointing to the div that needs to be converted to a TinyMCE editor.
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.
The callback is called after the editor is loaded. The callback function is called with empty data.
https://cdn.cpmodules.webanizr.com/demo/text-editor/index.html