DHTMLX Docs & Samples Explorer
Index
dhtmlxForm
API Methods
setItemValue (name, value)
Sets value for item (input only).
Parameters:
name
- the id of item (the item's parameter 'name')
value
- the value of input
myForm.
setItemValue
(
"myInput"
,
100
)
;
See also:
getItemValue()