returns the width of an item set either by init or by the setItemWidth() method
| name | string | the name of an item |
| number | the item's width |
var width = myForm.getItemWidth(name);
the method works for the Block, Fieldset and Uploader controls
Back to top