wijmo.editor.wijeditor Namespace > options type : editorMode Option |
Default value: 'wysiwyg'
Set the type of editor to show initially.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijeditor("option", "editorMode"); // Set value var newValue; // Type: string $(".selector").wijeditor("option", "editorMode", newValue); }); |
Javascript (Specification) | |
---|---|
|