DHTMLX Docs & Samples Explorer

getInput(name)

Returns item's object (input, textarea, password, calendar, colorpicker, hidden only). Returns null if no objects are found.

Parameters:

  • name - the id of item (the item's parameter 'name')
var someItem = myForm.getInput("myInput");

See also: