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.
$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();
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".