Mega Code Archive
Categories
/
Flex
/
Components
Cast current target to a TextInput class
import mx.core.UIComponent; private function tiHandler(e:Event):void { TextInput(e.currentTarget).selectRange(0,3); }