Gets or sets the caption of the Show Details button.
$au.imageUploaderFlash({
uploadErrorDialog: {
//...other params...
showDetailsButtonText: "Show Details",
//...other params...
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadErrorDialog().showDetailsButtonText(value);
value = $au.imageUploaderFlash('uploaderID').uploadErrorDialog().showDetailsButtonText();
Type: String
The caption of the Show Details button.
Default value is "Show Details".