Log in
Log in with USB
Inloggen met vingerafdruk wordt binnenkort mogelijk.
Last change: August 8, 2020
Current version: 1.1.3
The module codeMirror loads a Code Mirror editor on your website.
webanizr.collect('codeMirror', parameters, callback);
Quill accepts the following parameters:
The id of the DOM element the editor needs to be appended to.
The syntax highlighting mode. A complete list of options can be found here:
The selected option should be entered in lowercase, eg javascript or php.
The initial value for the editor.
The number of spaces to replace a tab. If not set: 4 spaces are used.
The width of the edior. This can be either a number (the number of pixels) or a css definion like "80%".
The height of the edior. This can be either a number (the number of pixels) or a css definion like "80%".
The callback is called after the editor is loaded. The callback function is called with empty data.
Syntax hightlighting for javascript, css and pug
https://cdn.cpmodules.webanizr.com/demo/code-mirror/index.html