Class idx.form.DropDownSelect


Extends dijit._Container, dijit._HasDropDown, dijit._TemplatedMixin, dijit._Widget.
Selection text with a drop down menu. Alternative for dijit.form.Select with plain text style.
Defined in: <idx\form\DropDownSelect.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
The base CSS class for this widget.
 
Disabled flag.
 
Drop-down widget.
 
label 
Initial label string.
 
title 
Tooltip text.

Method Summary

Method Attributes Method Name and Description
 
Handles focus.
 
onSelect(item)
Callback to be called on selection change.

Constructor Detail

idx.form.DropDownSelect()

Field Detail

baseClass

The base CSS class for this widget.

{Boolean} disabled

Disabled flag.
Default Value:
false

{Widget} dropDown

Drop-down widget.
Default Value:
null

{String} label

Initial label string.
Default Value:
""

{String} title

Tooltip text.
Default Value:
""

Method Detail

focus()

Handles focus.

onSelect(item)

Callback to be called on selection change.
Parameters:
{Widget} item