Log in
Log in with USB
Inloggen met vingerafdruk wordt binnenkort mogelijk.
Last change: August 30, 2020
Current version: 1.5.4
The module CKEditor loads a CKEditor 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('ckEditor', parameters, callback); webanizr.send('ckEditor', data, parameters, callback);
Quill accepts the following parameters:
The name of the textarea that needs to be converted to a CKEditor.
Generates a toolbar with less buttons using the configuration that preset in the module. Current preset options and list of buttons: If no preset is set, the buttons in default preset will be shown.
default: Heading, Bold, Italic, Underline,Strikethrough, numberedList, bulletedList, horizontalLine, undo, redo, alignment, Link, blockQuote, code,selectAll, MathType, ChemType, specialCharacters, mediaEmbed, insertTable, tableColumn, tableRow, mergeTableCells, tableCellProperties, tableProperties, ckfinder, imageTextAlternative, imageStyle:full, imageStyle:side.
simpletext: Bold, Italic, numberedList, bulletedList, horizontalLine, undo, redo, alignment, Link.
content-editor: Heading, Bold, Italic, Underline,Strikethrough, numberedList, bulletedList, horizontalLine, undo, redo, alignment, Link, blockQuote, selectAll, MathType, ChemType, specialCharacters.
description : bold, italic, underlined, paragraph format(heading 1-6 etc), numbered list, bulleted list, justify left, justify center, justify right, justify block, link, unlink.
The configuration of the toolbar for the editor. You can configure your own toolbar on https://ckeditor.com/latest/samples/toolbarconfigurator/index.html#advanced.
note: config__toolbar won't be supported from version 1.5.0.
run__onchange
A script that runs whenever the content in the ckEditor changes. The script is given as an string. In the script you can use this.value to get the latest value of the ckEditor
The callback is called after the editor is loaded. The callback function is called with empty data.
Sets the text value of the ckeditor field.
The name of the action to take. Can be set to two values currently:
set: sets the ckeditor value to value__field that given in data.
clear: clears the ckeditor field.
The name of the textarea that needs to be converted to a CKEditor.
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