Class ecm.widget.search.SearchInDropDownInput


Extends dijit.form.DropDownButton.
Provides a drop-down button for SearchInputDropDown widget.
Defined in: <ecm\widget\search\SearchInDropDownInput.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
If set the width in force.

Method Summary

Method Attributes Method Name and Description
 
Destroys the widget.
 
Gets the boolean value of if allow close on blur.
 
Opens the drop-down input.
 
setAllowCloseOnBlur(allowCloseOnBlur)
Set if allow close on blur.
 
setParent(parent)
Sets the parent widget object.

Constructor Detail

ecm.widget.search.SearchInDropDownInput()

Field Detail

forceWidth

If set the width in force. true means yes.

Method Detail

destroy()

Destroys the widget.

getAllowCloseOnBlur()

Gets the boolean value of if allow close on blur.
Returns:
Boolean value of if allow close on blur.

openDropDown()

Opens the drop-down input.

setAllowCloseOnBlur(allowCloseOnBlur)

Set if allow close on blur.
Parameters:
allowCloseOnBlur
Boolean value. true means allow close on blur.

setParent(parent)

Sets the parent widget object.
Parameters:
parent
A widget that will set to be the parent.