Changes between Initial Version and Version 1 of Ticket #10191
- Timestamp:
- Oct 23, 2009, 2:21:55 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10191 – Description
initial v1 1 1 I would like to request a little enhancement with menus. 2 If I create a MenuItem with state disabled (or change its state to disabled), the display is correct but given no special event exists for click except the standard onClick event, I have to test the menuitem state in the onClick handler.2 If I create a !MenuItem with state disabled (or change its state to disabled), the display is correct but given no special event exists for click except the standard onClick event, I have to test the menuitem state in the onClick handler. 3 3 4 4 It should be nice to have a special event (onItemClick for example) that does this work