Name | Description | |
---|---|---|
adjustComboWidth | A value that determines whether to fit the width of combobox to that of the dropdown. | |
autoComplete | A value that determines whether to start the auto-complete function after typing in the text if a match exists. | |
autoFilter | A value determines whether to shorten the drop-down list items by matching the text in the textbox after typing. | |
changed | A value added to the width of the original HTML select element to account for the scroll bar width of the drop-down list. | |
close | This event is triggered when the drop-down list is closed. | |
columns | An array that specifies the column collections of wijcombobox. | |
data | A value that specifies the underlying data source provider of wijcombobox. | |
dataSource | wijdataview to which this wijcombobox is bound. | |
delay | A value that determines the duration (in milliseconds) of the time to delay before autocomplete begins after typing stops. | |
disabled | Determines whether the widget is disabled. | |
dropdownHeight | A value that specifies the height of the drop-down list. | |
dropDownListPosition | A value that specifies the position options of the drop-down list. The default value of the "of" options is the input of wijcombobox. | |
dropdownWidth | A value that specifies the width of the drop-down list. | |
ensureDropDownOnBody | A value indicating the dropdown element will be append to the body or combobox container. | |
forceSelectionText | A value that determines whether to check the input text against the text of the selected item when the focus blurs. | |
hidingAnimation | A value that specifies the animation options such as the animation effect and duration for the drop-down list when it is hidden. | |
highlightMatching | A value that determines whether to highlight the keywords in an item. | |
inputTextInDropDownList | A value that specifies the input text of the combobox is in dropdown list or not. | |
isEditable | A value that determines whether input is editable. | |
labelText | A value that specifies the text in the wijcombobox label. | |
listOptions | A value that determines the object that contains the options of wijlist. | |
minLength | A value that determines the minimum length of text that can be entered in the wijcombobox text box to issue an AJAX request. | |
multipleSelectionSeparator | A value that specifies the separator for the multiple selected items text in the textbox. | |
open | This event is triggered when the drop-down list is opened. | |
search | A value added to the width of the original HTML select element to account for the scroll bar width of the drop-down list. | |
select | A function called when any item in list is selected. | |
selectedIndex | A value that specifies the index of the item to select when using single mode. | |
selectedIndexChanged | This event is triggered when the selected index of the combobox is changed. | |
selectedIndexChanging | A function called when the selected index of the comboBox is about to change. Cancellable. If return false, the select operation will be canceled. | |
selectedValue | A value that specifies the value of the item to select when using single mode. | |
selectElementWidthFix | A value added to the width of the original HTML select element to account for the scroll bar width of the drop-down list. | |
selectionMode | A value that specifies the selection mode of wijcombobox. | |
selectOnItemFocus | A value that determines whether to select the item when the item gains focus or is activated. | |
showingAnimation | A value that specifies the animation options for a drop-down list when it is visible. | |
showTrigger | A value that determines whether to show the trigger of wijcombobox. | |
text | A value that specifies the input text of the combobox. | |
textChanged | A value added to the width of the original HTML select element to account for the scroll bar width of the drop-down list. | |
triggerPosition | A value that specifies the position of the drop-down list trigger. |