Check documentation for the latest version of dhtmlxSuite getInput DHTMLX Docs

getInput

returns an item's object (input only)

object getInput(string|number id);
idstring|numberthe id of an item
objectobject of an input

Example

myToolbar.getInput("myInput");

Details

The method returns "null" if no objects are found.

Back to top