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