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