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

imagePreviewWindow.closePreviewTooltip Property

Gets or sets the text of the tooltip which is displayed when the Image Preview window is shown and the mouse pointer hovers over the Status Panel.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    imagePreviewWindow: {
        //...other params...
        closePreviewTooltip: "Click to close",
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').imagePreviewWindow().closePreviewTooltip(value);
value = $au.imageUploaderFlash('uploaderID').imagePreviewWindow().closePreviewTooltip();

Property Value

Type: String

The text of the tooltip which is displayed when the Image Preview window is shown and the mouse pointer hovers over the Status Panel.

Default value is "Click to close".

See Also

Reference