See the dijit/form/_ComboBoxMenuMixin reference documentation for more information.
Holds "next" and "previous" text for paging buttons on drop down
| Parameter | Type | Description |
|---|---|---|
| value | Object |
Clears the entries in the drop down list, but of course keeps the previous and next buttons.
Fills in the items in the drop down list
| Parameter | Type | Description |
|---|---|---|
| results | undefined | Array of items |
| options | undefined | The options to the query function of the store |
| labelFunc | undefined | Function to produce a label in the drop down list from a dojo.data item |
Highlight the first real item in the list (not Previous Choices).
Highlight the last real item in the list (not More Choices).
Notifies ComboBox/FilteringSelect that user selected an option.
| Parameter | Type | Description |
|---|---|---|
| direction | Number |
Callback from dijit.popup code to this widget, notifying it that it closed
Notifies ComboBox/FilteringSelect that user clicked to advance to next/previous page.
| Parameter | Type | Description |
|---|---|---|
| direction | Number |