Gets or sets the width of the icon item.
$au.imageUploaderFlash({
uploadPane: {
//...other params...
iconItemWidth: 210,
//...other params...
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadPane().iconItemWidth(value);
value = $au.imageUploaderFlash('uploaderID').uploadPane().iconItemWidth();
Type: Number
The width of the icon item.
Default value is 210.