DHTMLX Docs & Samples Explorer

Value

To set or get the value of the control.
Applied to input or text area only.

// setting value
dhxForm.setItemValue(name, value);
// getting value
var value = dhxForm.getItemValue(name);