Class idx.form.DropDownLink


Extends dijit._Container, dijit._HasDropDown, idx.form.Link.
Link with a drop-down menu. Alternative for dijit.form.DropDownButton with "link" style.
Defined in: <idx\form\DropDownLink.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
Base CSS class.
 
Drop-down widget.
Fields borrowed from class idx.form.Link:
alt, bubbleClickEvent, disabled, href, idxBaseClass, label, selected, tabIndex, target

Method Summary

Method Attributes Method Name and Description
 
Handles focus.
Methods borrowed from class idx.form.Link:
onClick

Constructor Detail

idx.form.DropDownLink()

Field Detail

{String} baseClass

Base CSS class.
Default Value:
"idxDropDownLink"

{Widget} dropDown

Drop-down widget.
Default Value:
null

Method Detail

focus()

Handles focus.