DojoComboBox

The DojoComboBox widget creates combination boxes.

Properties

pageSize
The number of items to be displayed at one time in the box
value
The default value
values
The list of values

Example

The following example shows the code and output for a combination box that contains three items.

ComboBox DojoComboBox{values=["Dogs","Cats","Birds"],value="Cats"};
Example of a combination box that contains three items.

Feedback