Check documentation for the latest version of dhtmlxSuite getCombo DHTMLX Docs

getCombo

returns dhtmlxCombo instance

object getCombo(string|number id);
idstring|numberitem id
objectdhtmlxCombo instance

Example

var dhxCombo = myRibbon.getCombo(id);

Change log

added in version 4.3

Back to top