In flex, how to send Id of the component on mouse click
In felx, how to send the id of the component ( on which the mouse poi开发者_StackOverflow社区nter is clicked ) to a function with the mouse click?
The event object that your handler receives will have the id in the event.target property.
精彩评论