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