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

folderPane.tileWidth Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets custom tile width in Tiles view mode.

Syntax

JavaScript Initialize
$au.uploader({
    folderPane: {
        //...other params...
        tileWidth: 210,
        //...other params...
    }
})
Get/Set Value at Runtime
$au.uploader('uploaderID').folderPane().tileWidth(value);
value = $au.uploader('uploaderID').folderPane().tileWidth();

Property Value

Type: Number

The custom tile width in Tiles view mode.

Default value is 210.

See Also

Reference

Manual