text

Parent Previous Next

TwScript:   TW.target.text


returns all the text in the editor (read only)


 TW.information(null, "Example", TW.target.text);


To replace all text, perhaps something like,


TW.target.selectAll();


TW.target.insertText("hello");

Created with the Personal Edition of HelpNDoc: Single source CHM, PDF, DOC and HTML Help creation