Default value: 'wysiwyg'
Set the type of editor to show initially.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijeditor("option", "editorMode");
// Set value
var newValue; // Type: string
$(".selector").wijeditor("option", "editorMode", newValue);
});
See Also