wijmo.editor.wijeditor Namespace > options type : text Option |
Default value: null
Set the text that appears in the editor.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijeditor("option", "text"); // Set value var newValue; // Type: string $(".selector").wijeditor("option", "text", newValue); }); |
Javascript (Specification) | |
---|---|
|