Is there a difference between <mx:Button click="onClick()"/>
and
<mx:Button click="{onClick()}"/>
The only thing I've notice is in the latter I can CTRL+Click on
onClick and it takes me to the onClick function, while the first one
does nothing
Is there a difference between <mx:Button click="onClick()"/>
and
<mx:Button click="{onClick()}"/>
The only thing I've notice is in the latter I can CTRL+Click on
onClick and it takes me to the onClick function, while the first one
does nothing