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