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

uploadPane.tileItemWidth Property

Gets or sets the width of the tile item.

Syntax

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

Property Value

Type: Number

The width of the tile item.

Default value is 315.

See Also

Reference