Categories | Question details Back To List | ||
onClick event for top level menu Is it possible to get onClcik event fired while click the top level menu item??. For example if i have the following menu File New Open Exit Is it possible to have the onClick evet fired while clicking 'File' menu item?? Answer posted by Support on Jan 23, 2008 03:44 If menu item has sub-items it will not generate onClick event, if item has no sub-items it will generate onClick event without relation to its level in menu. This behavior can be changed if you add next command menu.enableWindowOpenMode(false); |