Webanizr Logo
Open / sluit menu
Module TinyMCE

The module TinyMCE loads a TinyMCE 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('tinyMCE', parameters, callback);

parameters

TinyMCE accepts the following parameters:

query__selector (required)

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

show__branding (optional)

If this parameter is set to true, the TinyMCE name is displayed in the footer of the editor.

height__editor (optional)

The height of the editor in pixels. If no value is given, the height will be 250px.

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