Check documentation for the latest version of dhtmlxSuite getInput DHTMLX Docs

getInput

returns a div DOM element used for an input

HTMLElement getInput();
HTMLElementcombo.DOMelem_input

Example

var inputObj = myCombo.getInput();

Change log

added in version 4.0

Back to top