Mega Code Archive
Categories
/
Flex
/
Components
Using n escaped newline character and the entity for tooltip
public function doSomething(event:Event):void { b1.toolTip = "A \n B."; }