Gets or sets custom tile width in Tiles
view mode.
$au.uploader({Get/Set Value at Runtime
folderPane: {
//...other params...
tileWidth: 210,
//...other params...
}
})
$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.