-
Notifications
You must be signed in to change notification settings - Fork 11
TextEdit
ben-sangster edited this page Nov 10, 2010
·
2 revisions
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 ()
- Clear the text window.
void undo ()
- Undo the last change to the text window.
void redo ()
- Redo the last undo in the text window.