authenticationDialog.okButtonText Property ActiveX/Java Uploader JavaScript

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets a caption of the Ok button.

Syntax

JavaScript Initialize
$au.uploader({
    authenticationDialog: {
        //...other params...
        okButtonText: "Ok",
        //...other params...
    }
})

Property Value

Type: String

The caption of the Ok button.

Default value is "Ok".

Remarks

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

See Also

Reference