X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/docs/output/Ext.ux.menu.ListMenu.html?ds=sidebyside diff --git a/examples/docs/output/Ext.ux.menu.ListMenu.html b/examples/docs/output/Ext.ux.menu.ListMenu.html deleted file mode 100644 index 2473a8d0..00000000 --- a/examples/docs/output/Ext.ux.menu.ListMenu.html +++ /dev/null @@ -1,20 +0,0 @@ -
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 |