Extend from $.fn.combo.defaults and $.fn.tree.defaults. Override defaults with $.fn.combotree.defaults.
The properties extend from combo and tree, below is the overridden properties for combotree.
Name | Type | Description | Default |
---|---|---|---|
editable | boolean | Defines if user can type text directly into the field. | false |
The events extend from combo and tree.
The methods extend from combo, below is the added and overridden methods for combotree.
Name | Parameter | Description |
---|---|---|
options | none | Return the options object. |
tree | none | Return the tree object. |
loadData | data | Load the locale tree data. |
reload | url | Request the remote tree data again. |
clear | none | Clear the component value. |
setValues | values | Set the component value array. |
setValue | value | Set the component value. |