There was an error while loading. Please reload this page.
A user-editable text area.
textChanged
String/void append ([String text])
If called with an argument, append text to the text window.
If not called with an argument, return the current text in the text window.
String/void text ([String text])
If called with an argument, set the text area to text.
If not called with an argument, return the text in the text window.
void clear ()
void undo ()
void redo ()
textEdit