uploadProgressDialog.hideButtonText Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a caption of the Hide button on the dialog displayed during the instant upload.

Syntax

JavaScript Initialize
$au.uploader({
    uploadProgressDialog: {
        //...other params...
        hideButtonText: "Hide",
        //...other params...
    }
})

Property Value

Type: String

The caption of the button which hides the uploading files dialog when the instant upload mode is used.

Default value is "Hide".

Remarks

Note

This button arrears when files are uploaded instantly.

This property is necessary for localization of ActiveX/Java Uploader.

See Also

Reference