uploadPane.iconSize Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

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