DHTMLX Docs & Samples Explorer
Index
dhtmlxForm
API Methods
getItemWidth(name)
Returns width of item.
Parameters:
name
- the id of item (the item's parameter 'name')
var
width
=
myForm.
getItemWidth
(
"myInput"
)
;
See also:
setItemWidth()