Check documentation for the latest version of dhtmlxSuite getInput DHTMLX Docs

getInput

returns item object (input, textarea, password, calendar, colorpicker, hidden only)

object getInput(string name);
namestringthe name of an item
objectan item's object,"null" if no objects are found

Example

myForm.getInput(name);

Back to top