DHTMLX Docs & Samples Explorer
Index
dhtmlxForm
API Methods
setItemHeight (name, height)
Sets the height of item.
Parameters:
name
- the id of item (the item's parameter 'name')
height
- the height you want to set for item
myForm.
setItemHeight
(
"myItem"
,
60
)
;
See also:
setItemWidth()