Package: | Ext.ux.menu |
Defined In: | ListMenu.js |
Class: | ListMenu |
Extends: | Object |
Config Options | Defined By | |
---|---|---|
labelField : String Defaults to 'text'. | ListMenu | |
labelField : String Defaults to 'text'. | ListMenu | |
loadOnShow : Boolean Defaults to true. | ListMenu | |
loadOnShow : Boolean Defaults to true. | ListMenu | |
paramPrefix : String Defaults to 'Loading...'. | ListMenu | |
paramPrefix : String Defaults to 'Loading...'. | ListMenu | |
single : Boolean Specify true to group all items in this list into a single-select
radio button group. Defaults to false. | ListMenu | |
single : Boolean Specify true to group all items in this list into a single-select
radio button group. Defaults to false. | ListMenu |
Method | Defined By | |
---|---|---|
checkChange( Object item , Object checked )
:
voidHandler for the 'checkchange' event from an check item in this menu Handler for the 'checkchange' event from an check item in this menu Parameters:
| ListMenu | |
getSelected()
:
Array Get the selected items. Get the selected items. Parameters:
| ListMenu | |
show()
:
void Lists will initially show a 'loading' item while the data is retrieved from the store.
In some cases the loaded data ... Lists will initially show a 'loading' item while the data is retrieved from the store.
In some cases the loaded data will result in a list that goes off the screen to the
right (as placement calculations were done with the loading item). This adapter will
allow show to be called with no arguments to show with the previous arguments and
thus recalculate the width and potentially hang the menu from the left. Parameters:
| ListMenu |
Event | Defined By | |
---|---|---|
checkchange :
( Object item , Object checked )
Fires when there is a change in checked items from this list Fires when there is a change in checked items from this list Listeners will be called with the following arguments:
| ListMenu | |
checkchange :
( Object item , Object checked )
Fires when there is a change in checked items from this list Fires when there is a change in checked items from this list Listeners will be called with the following arguments:
| ListMenu |