dijit/form/_ComboBoxMenuMixin (version 1.10)

See the dijit/form/_ComboBoxMenuMixin reference documentation for more information.

Property Summary

  • _messagesHolds "next" and "previous" text for paging buttons on drop down

Method Summary

Event Summary

  • onChange(direction) Notifies ComboBox/FilteringSelect that user selected an option.
  • onClick(node)
  • onClose() Callback from dijit.popup code to this widget, notifying it that it closed
  • onPage(direction) Notifies ComboBox/FilteringSelect that user clicked to advance to next/previous page.

Properties

_messages

Holds "next" and "previous" text for paging buttons on drop down

Methods

_createOption()
Returns:undefined
_setValueAttr(value)
Parameter Type Description
value Object
buildRendering()
clearResultList()

Clears the entries in the drop down list, but of course keeps the previous and next buttons.

createOptions(results,options,labelFunc)

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

getHighlightedOption()
Returns:undefined
highlightFirstOption()

Highlight the first real item in the list (not Previous Choices).

highlightLastOption()

Highlight the last real item in the list (not More Choices).

postMixInProperties()
selectFirstNode()
selectLastNode()

Events

onChange(direction)

Notifies ComboBox/FilteringSelect that user selected an option.

Parameter Type Description
direction Number
onClick(node)
Parameter Type Description
node DomNode
onClose()

Callback from dijit.popup code to this widget, notifying it that it closed

onPage(direction)

Notifies ComboBox/FilteringSelect that user clicked to advance to next/previous page.

Parameter Type Description
direction Number
Error in the documentation? Can’t find what you are looking for? Let us know!