Cloud Business App Edition > Wijmo Control Extensions > Controls > Selection > ComboBox |
The ComboBox control is a collection control, which enables developers to add a drop-down list of items to their applications. It combines the funtionalities of an editable textbox and a drop-down list. The items in the drop-down list of the ComboBox control can be populated by binding the control with a data source. The items displayed in the list can be HTML or plain text.
Example Title |
Copy Code
|
---|---|
myapp.SelectComboBox.ShipName1_render = function (element, contentItem) { var input = new c1.cba.Select($(element), contentItem); }; |