Check documentation for the latest version of dhtmlxSuite getCombo DHTMLX Docs

getCombo

returns dhtmlxCombo instance

object getCombo(string name);
namestringthe name of an item
objectdhtmlxCombo instance

Example

var dhxCombo = myForm.getCombo(name);

Back to top