uploadErrorDialog.showDetailsButtonText Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe Flash

Gets or sets the caption of the Show Details button.

Syntax

JavaScript Initialize
$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();

Property Value

Type: String

The caption of the Show Details button.

Default value is "Show Details".

See Also

Reference