Type Definitions
ComboBoxEvent
Events, raised by the ComboBox class
It can be one of the following events:
- Source:
Properties:
Name | Type | Description |
---|---|---|
type |
String |
the name of the event |
item |
String |
the item to be added or removed |
name |
String |
the name of the element |
dropped |
Boolean |
indicates whether the list is dropped or not |
items |
String.<Array> |
the whole list of items |
Type:
- Object
Events
addItem
- Description:
-
-
The event raises always when a new item has been added to the list.
-
- Source:
Type:
close
- Description:
-
-
The event raises when the dropdown list has been closed.
-
- Source:
Type:
dropDown
- Description:
-
-
The event raises when the dropdown list has been opened.
-
- Source:
Type:
removeItem
- Description:
-
-
The event raises always when a new item has been removed from the list.
-
- Source:
Type:
select
- Description:
-
-
The event raises always when an item has been selected.
-
- Source: