Check documentation for the latest version of dhtmlxSuite setItemWidth DHTMLX Docs

setItemWidth

sets the width of an item

void setItemWidth(string name,number width);
namestringthe name of an item
widthnumberthe width you want to set for an item

Example

myForm.setItemWidth(name, width);

Details

the method works for the Block, Fieldset and Uploader controls

Back to top