Class ecm.widget.DropDownLink


Extends idx.form.DropDownLink.
Provides a widget that contains a link with a drop-down menu and summary.
Defined in: <ecm\widget\DropDownLink.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
A boolean value that controls whether or not the width should be automatically determined.
 
A boolean value that controls whether or not the link is hidden.
 
A boolean value that controls whether or not the summary is hidden.
 
A boolean value that controls whether or not the summary is displayed when the control is disabled.
Fields borrowed from class idx.form.DropDownLink:
baseClass, dropDown
Fields borrowed from class idx.form.Link:
alt, bubbleClickEvent, disabled, href, idxBaseClass, label, selected, tabIndex, target

Method Summary

Method Attributes Method Name and Description
 
 
setAllowCloseOnBlur(allowCloseOnBlur)
Sets whether or not the drop-down menu should close when it loses focus.
 
summarize(width)
Updates the summary.
 
Handles the widget shutdown cleanup.
Methods borrowed from class idx.form.DropDownLink:
focus
Methods borrowed from class idx.form.Link:
onClick

Constructor Detail

ecm.widget.DropDownLink()

Field Detail

autoWidth

A boolean value that controls whether or not the width should be automatically determined.

hideLink

A boolean value that controls whether or not the link is hidden.

hideSummary

A boolean value that controls whether or not the summary is hidden.
Since:
2.0.2

keepSummaryOnDisabled

A boolean value that controls whether or not the summary is displayed when the control is disabled.

Method Detail

postCreate()


setAllowCloseOnBlur(allowCloseOnBlur)

Sets whether or not the drop-down menu should close when it loses focus.
Parameters:
allowCloseOnBlur
A Boolean value. If true, the drop-down menu is automatically closed when it loses focus.

summarize(width)

Updates the summary.
Parameters:
width
The width of the summary.

uninitialize()

Handles the widget shutdown cleanup.