DHTMLX Docs & Samples Explorer
Index
dhtmlxForm
API Methods
getCombo(name)
Returns dhtmlxCombo instance.
Parameters:
name
- the id of item (the item's parameter 'name')
var
dhxCombo
=
myForm.
getCombo
(
"myCombo"
)
;