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