Wijmo UI for the Web
text Option
wijmo.editor.wijeditor Namespace > options type : text Option

Default value: null

Set the text that appears in the editor.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijeditor("option", "text");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijeditor("option", "text", newValue);
        
});
var text : string;
Remarks
Note that this overrides any text that you add in tags inside the textarea object that displays the widget. You can use HTML(or BBCode markup if you set the mode to bbcode) inside the string.
See Also

Reference

options type
wijeditor jQuery Widget