#Index
Classes
Namespaces
Events
Functions
##new Combobox(input, optionsData, customDropDownConfig, customSelectBoxConfig) Creates new combobox
Params
- input
HTMLInputElement
- optionsData
Object
- data as an Object, not to be taken from select element - customDropDownConfig
Object
- customSelectBoxConfig
Object
##Combobox.enable(input) Disable combobox
Params
- input
Node
- containing select block
##Combobox.enable(input) Enable combobox
Params
- input
Node
- containing select block
##const: Combobox.E_CREATED
Type: string
Default: combobox:created
#Combobox
Copyright: Devexperts
Members
##Combobox.enable(input) Disable combobox
Params
- input
Node
- containing select block
##Combobox.enable(input) Enable combobox
Params
- input
Node
- containing select block
##const: Combobox.E_CREATED
Type: string
Default: combobox:created
#event: "combobox:created"
Triggers when combobox is created
#getBlock() Get HTMLNode containing combobox
Returns: Node
#getEventTarget()
Get element which listens to events
Returns: Node