Gets or sets the size of the file thumbnail or icon when Tiles view mode is used.
$au.imageUploaderFlash({
uploadPane: {
//...other params...
tilePreviewSize: 100,
//...other params...
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadPane().tilePreviewSize(value);
value = $au.imageUploaderFlash('uploaderID').uploadPane().tilePreviewSize();
Type: Number
The size of the file thumbnail or icon.
Default value is 100.