authenticationDialog.text Property ActiveX/Java Uploader JavaScript

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets a text of the dialog message.

Syntax

JavaScript Initialize
$au.uploader({
    authenticationDialog: {
        //...other params...
        text: "Host [name] requires authentication",
        //...other params...
    }
})

Property Value

Type: String

The text of the dialog message. It can contain the following placeholder:

[name]
replaced by the name of the server which requests authentication.

Default value is "Host [name] requires authentication".

Remarks

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

See Also

Reference