authenticationDialog.loginText Property ActiveX/Java Uploader JavaScript

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets a text of the Login label.

Syntax

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

Property Value

Type: String

The text of the Login label.

Default value is "Login:".

Remarks

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

See Also

Reference