Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijcombobox.options

Browser Compatibility
7
5
5
Fields
 NameDescription
public Fieldstatic (Shared in Visual Basic)autoComplete

Default value: true

A value that determines whether to start the auto-complete function after typing in the text if a match exists.

 
public Fieldstatic (Shared in Visual Basic)autoFilter

Default value: true

A value determines whether to shorten the drop-down list items by matching the text in the textbox after typing.

 
public Fieldstatic (Shared in Visual Basic)columns

Default value: []

An array that specifies the column collections of wijcombobox.

 
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)data

Default value: null

A value that specifies the underlying data source provider of wijcombobox.

 
public Fieldstatic (Shared in Visual Basic)dataSource

Default value: null

wijdataview to which this wijcombobox is bound.

 
public Fieldstatic (Shared in Visual Basic)delay

Default value: 300

A value that determines the duration (in milliseconds) of the time to delay before autocomplete begins after typing stops.

 
public Fieldstatic (Shared in Visual Basic)disabled  
public Fieldstatic (Shared in Visual Basic)dropdownHeight

Default value: 300

A value that specifies the height of the drop-down list.

 
public Fieldstatic (Shared in Visual Basic)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.

 
public Fieldstatic (Shared in Visual Basic)dropdownWidth

Default value: 'auto'

A value that specifies the width of the drop-down list.

 
public Fieldstatic (Shared in Visual Basic)ensureDropDownOnBody

Default value: true

A value indicating the dropdown element will be append to the body or combobox container.

 
public Fieldstatic (Shared in Visual Basic)forceSelectionText

Default value: false

A value that determines whether to check the input text against the text of the selected item when the focus blurs.

 
public Fieldstatic (Shared in Visual Basic)hidingAnimation

Default value: null

A value that specifies the animation options such as the animation effect and duration for the drop-down list when it is hidden.

 
public Fieldstatic (Shared in Visual Basic)highlightMatching

Default value: true

A value that determines whether to highlight the keywords in an item.

 
public Fieldstatic (Shared in Visual Basic)inputTextInDropDownList

Default value: false

A value that specifies the input text of the combobox is in dropdown list or not.

 
public Fieldstatic (Shared in Visual Basic)isEditable

Default value: true

A value that determines whether input is editable.

 
public Fieldstatic (Shared in Visual Basic)labelText

Default value: null

A value that specifies the text in the wijcombobox label.

 
public Fieldstatic (Shared in Visual Basic)listOptions

Default value: null

A value that determines the object that contains the options of wijlist.

 
public Fieldstatic (Shared in Visual Basic)minLength

Default value: 4

A value that determines the minimum length of text that can be entered in the wijcombobox text box to issue an AJAX request.

 
public Fieldstatic (Shared in Visual Basic)multipleSelectionSeparator

Default value: ','

A value that specifies the separator for the multiple selected items text in the textbox.

 
public Fieldstatic (Shared in Visual Basic)selectedIndex

Default value: 0

A value that specifies the index of the item to select when using single mode.

 
public Fieldstatic (Shared in Visual Basic)selectedValue

Default value: null

A value that specifies the value of the item to select when using single mode.

 
public Fieldstatic (Shared in Visual Basic)selectElementWidthFix

Default value: 6

A value added to the width of the original HTML select element to account for the scroll bar width of the drop-down list.

 
public Fieldstatic (Shared in Visual Basic)selectionMode

Default value: 'single'

A value that specifies the selection mode of wijcombobox.

 
public Fieldstatic (Shared in Visual Basic)selectOnItemFocus

Default value: false

A value that determines whether to select the item when the item gains focus or is activated.

 
public Fieldstatic (Shared in Visual Basic)showingAnimation

Default value: null

A value that specifies the animation options for a drop-down list when it is visible.

 
public Fieldstatic (Shared in Visual Basic)showTrigger

Default value: true

A value that determines whether to show the trigger of wijcombobox.

 
public Fieldstatic (Shared in Visual Basic)text

Default value: null

A value that specifies the input text of the combobox.

 
public Fieldstatic (Shared in Visual Basic)triggerPosition

Default value: 'right'

A value that specifies the position of the drop-down list trigger.

 
Top
Events
 NameDescription
public EventchangedThe event is obsolete event. A function called when select item is changed.  
public EventcloseThis event is triggered when the drop-down list is closed.  
public EventopenThis event is triggered when the drop-down list is opened.  
public EventsearchThis event is triggered when a user searches an item in the drop-down list either by typing in the textbox or by calling the search method of wijcombobox.  
public EventselectA function called when any item in list is selected.  
public EventselectedIndexChangedThis event is triggered when the selected index of the combobox is changed.  
public EventselectedIndexChangingA function called when the selected index of the comboBox is about to change. Cancellable. If return false, the select operation will be canceled.  
public EventtextChangedThis event is triggered when the text of the combobox is changed.  
Top
See Also

Reference

jQuery.wijmo.wijcombobox Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.