imagePreviewWindow.closePreviewTooltip Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

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