Gets or sets the caption of the Files prepared label.
$au.imageUploaderFlash({Get/Set Value at Runtime
statusPane: {
//...other params...
filesPreparedText: "Files prepared: {0} / {1}",
//...other params...
}
})
$au.imageUploaderFlash('uploaderID').statusPane().filesPreparedText(value);
value = $au.imageUploaderFlash('uploaderID').statusPane().filesPreparedText();
Type: String
The caption of the Files prepared label.
To be able to display additional information in this label, special placeholders are used:
Default value is "Files prepared: {0} / {1}".