paneItem.removalIconTooltip Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

Syntax

JavaScript Initialize
$au.uploader({
    paneItem: {
        //...other params...
        removalIconTooltip: "Remove",
        //...other params...
    }
})

Property Value

Type: String

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

Default value is "Remove".

Remarks

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

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

See Also

Reference