Detect Text Input
hey guys,
i know how detect whether first text input field has been filled before enabling second field user fill (without using javascript) please help. thanks!
if (myfirsttextinput.length>0){ mysecondtextinput.enabled=true; }
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment