This documentation is for the old version. Go to the latest Upload Suite docs

uploadErrorDialog.showDetailsButtonText Property

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