Differences between defining bindings in mxml and actionscript? : adobe flex action script
Answer Posted / Mr Vinod Kumar
Defining bindings in MXML uses the [Bindable] metadata tag, while ActionScript uses the bind property directly on objects. In MXML, binding can be applied to any attribute or child element, whereas in ActionScript, it must be explicitly set for each property.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers