Class ecm.widget.StandByDropDownInput


Extends ecm.widget.DropDownInput.
Provides a widget that combines a drop-down list and a field. A user can enter a value in the field or select a value from the drop-down list. It also hooks up the stand by status when the drop-down pane is waiting for query data.
Defined in: <ecm\widget\StandByDropDownInput.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Fields borrowed from class ecm.widget.DropDownInput:
initialDateTimeValues, promptMessage, required, value

Method Summary

Method Attributes Method Name and Description
 
Destroys the control.
 
Methods borrowed from class ecm.widget.DropDownInput:
displayMessage, displayReadOnlyText, getErrorMessage, getValue, isEditable, isValid, setAllowCloseOnBlur, setCustomValidationError, setDropDownClass, setMultiSelectClear, validate

Constructor Detail

ecm.widget.StandByDropDownInput()

Method Detail

destroy()

Destroys the control.

postCreate()