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

uploadPane.iconSize Property

Gets or sets the size of the file icon when Icons view mode is used.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    uploadPane: {
        //...other params...
        iconSize: 20,
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadPane().iconSize(value);
value = $au.imageUploaderFlash('uploaderID').uploadPane().iconSize();

Property Value

Type: Number

The size of the file icon.

Default value is 20.

See Also

Reference