Flex DateChooser events for individual days?
问题 I'm using a DateChooser, and want to show different information in a tooltip as the user rolls over each day. Is there an event that fires as I'm rolling around the calendar that will tell me what day I'm currently over? 回答1: It's a little complicated. You're going to need to use the mx_internal namespace. The grid portion of the DateChooser component is a CalenderLayout component in DateChooser.as. mx_internal var dataGrid:CalenderLayout; CalenderLayout.as has the mouseMoveHandler. In the