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

authenticationDialog.loginText Property

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 Image Uploader.

See Also

Reference