This documentation is for the old version. Go to the latest Upload Suite docs

uploadPane.iconItemWidth Property

Gets or sets the width of the icon item.

Syntax

JavaScript Initialize
$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();

Property Value

Type: Number

The width of the icon item.

Default value is 210.

See Also

Reference