Check documentation for the latest version of dhtmlxSuite getParent DHTMLX Docs

getParent

returns the parent of a DOM element where a combo is initialized

HTMLElement getParent();
HTMLElementcombo.DOMParent

Example

var parentObj = myCombo.getParent();

Change log

added in version 4.0

Back to top