$(function () { var returnsValue; // Type: any // Parameters var text; // Type: string returnsValue = $(".selector").wijeditor("setText", text); });
function setText( text : string ) : any;
Parameters
- text
- The text to show in the editor.
$(function () { var returnsValue; // Type: any // Parameters var text; // Type: string returnsValue = $(".selector").wijeditor("setText", text); });
function setText( text : string ) : any;