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

uploadErrorDialog.hideDetailsButtonText Property

Gets or sets the caption of the Hide Details button.

Syntax

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

Property Value

Type: String

The caption of the Hide Details button.

Default value is "Hide Details".

See Also

Reference