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

authenticationDialog.passwordText Property

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets a text of the Password label.

Syntax

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

Property Value

Type: String

The text of the Password label.

Default value is "Password:".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference