Overview
A simple combo box control.
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | items | Object[] | ![]() | ![]() | ![]() |
The items contained in the combo box. |
|
public | selectedIndex | Integer | ![]() | ![]() | ![]() |
The zero-based index of the currently selected item. |
|
public | selectedIndexChanged | function(:int):Void | ![]() | ![]() | ![]() |
Invoked when the selected index in the combo box has changed, either interactively by the user or programmaticaly, through the selectedIndex variable. |
|
public-read | selectedItem | Object | ![]() |
The currently selected combo box item, if any. |
Inherited Variables
mindfusion.controls.DropDown
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
protected | dropDownControl | Node | subclass | subclass | subclass |
The drop-down component of the drop-down control. |
|
public | dropDownHeight | Number | ![]() | ![]() | ![]() | 200 |
The height of the drop-down component. |
public | dropDownStyle | Integer | ![]() | ![]() | ![]() | DROP_DOWN |
The behavior of the drop-down component. ![]() The behavior of the drop-down component. One of the values defined in the DropDownStyle class. DROP_DOWN |
protected | editControl | Node | subclass | subclass | subclass |
The edit component of the drop-down control. |
|
public | showButton | Boolean | ![]() | ![]() | ![]() | true |
A value indicating whether the drop-down activation button is visible. |