Skip to content

Latest commit

 

History

History
111 lines (80 loc) · 2.52 KB

documentation.md

File metadata and controls

111 lines (80 loc) · 2.52 KB

#Index

Classes

Namespaces

Events

Functions

#class: Combobox Members

##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