Mega Code Archive
Categories
/
Flex
/
Components
Use an initialization function to set the text property to a string that contains these characters
public function initText():void { myText.text=" \n, \t, <, greater than, >, ampersand, &, and apostrophe, ', characters."; }