wijmo.editor Namespace > wijeditor type : setText Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: any // Parameters var text; // Type: string returnsValue = $(".selector").wijeditor("setText", text); }); |
Javascript (Specification) | |
---|---|
function setText( text : string ) : any; |