Check documentation for the latest version of dhtmlxSuite getInput DHTMLX Docs

getInput

gets an input's object by id

object getInput(string|number id);
idstring|numberthe input's id
objectthe input's object, "null" if no objects are found

Example

var inp = myRibbon.getInput(id);

Change log

added in 4.1

Back to top