Check documentation for the
latest version of dhtmlxSuite
getOption DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
addOption
allowFreeText
attachChildCombo
attachEvent
clearAll
closeAll
confirmValue
deleteOption
destructor
detachEvent
disable
disableAutocomplete
enable
enableAutocomplete
enableFilteringMode
enableOptionAutoHeight
enableOptionAutoPositioning
enableOptionAutoWidth
filter
forEachOption
getActualValue
getBase
getButton
getChecked
getComboText
getIndexByValue
getInput
getList
getOption
getOptionByIndex
getOptionByLabel
getOptionsCount
getParent
getSelectedIndex
getSelectedText
getSelectedValue
hide
isChecked
isEnabled
isVisible
load
loadXML
loadXMLString
openSelect
readonly
render
selectOption
setAutoSubCombo
setChecked
setComboText
setComboValue
setDefaultImage
setFilterHandler
setFocus
setFontSize
setImagePath
setName
setOptionHeight
setOptionIndex
setOptionWidth
setPlaceholder
setSize
setSkin
setTemplate
show
sort
unSelectOption
unload
updateOption
Start
Combo
dhtmlXCombo API
Methods
getOption
gets an option by value
object
getOption
(
string
value
);
value
string
value of the option in question
object
the option's properties
Example
myCombo.
getOption
(
value
)
;
Back to top