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

descriptionEditor.orEscLabelText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a text of the Or Esc label.

Syntax

JavaScript Initialize
$au.uploader({
    descriptionEditor: {
        //...other params...
        orEscLabelText: " (or Esc)",
        //...other params...
    }
})

Property Value

Type: String

The text of the Or Esc label.

Default value is " (or Esc)".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference