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

paneItem.imageEditorIconTooltip Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets the text of the tooltip displayed when the mouse pointer hovers over the image editor icon.

Syntax

JavaScript Initialize
$au.uploader({
    paneItem: {
        //...other params...
        imageEditorIconTooltip: "Preview / edit image",
        //...other params...
    }
})

Property Value

Type: String

The text of the tooltip displayed when the mouse pointer hovers over the image editor icon.

Default value is "Preview / edit image".

Remarks

If you specify an empty string, the tooltip does not appear.

This property is necessary for localization of Image Uploader.

See Also

Reference