Gets or sets custom tile width in Tiles
view mode.
$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();
Type: Number
The custom tile width inTiles
view mode.
Default value is 210.