Reputation: 1855
I have a menu with a list of items.
I'd like the user to be able to select multiple items (without menu auto-collapsing). His/her selection should be communicated by highlighting the selected items. So what I need is:
Currently, I don't see methods in the API to do this, and answers from similiar questions are dated (~2007) for which the API no longer exists.
Help?
Upvotes: 1
Views: 850
Reputation: 4861
That sounds like a checkbox menu, take a look at Ext.menu.CheckItem
.
Upvotes: 1