Dmitry,

 

ITEM_CLICK should certainly be dispatched for sub-menu items, if that sub-menu item is not the parent of another menu. This event is dispatched whenever a final selection is made causing the menu to close. 

 

Are you wanting to capture this event for a menu item that opens another submenu ?  If so, you can probably capture the MENU_SHOW event and then get the id of that item. The MENU_SHOW, MENU_HIDE, ITEM_ROLL_OUT and ITEM_ROLL_OVER all will allow you to get information about particular menu items. Hopefully, one of these will help you accomplish what you want to do.

 

Joan

 


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of chrislee943
Sent: Wednesday, July 05, 2006 4:27 AM
To: [email protected]
Subject: [flexcoders] Menu - handle sub-menu clicks

 

Hello all,

There is a need to handle MenuEvent.ITEM_CLICK for sub-menus of the
standard Menu component. Basically I need this for a case when there
is a huge amount of data to show in the menu and click on sub-menu
would show a new menu from the current level. So event must contain at
least id of current menu item. And seems like only ITEM_CLICK contains
this info. But ITEM_CLICK is not dispatched for sub-menu clicks.

Thank you in advance,

Dmitry.

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





YAHOO! GROUPS LINKS




__,_._,___

Reply via email to