Gets or sets the text of the tooltip which is displayed when the mouse pointer hovers over the removal icon.
$au.imageUploaderFlash({ paneItem: { //...other params... removalIconTooltip: "Remove", //...other params... } })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').paneItem().removalIconTooltip(value); value = $au.imageUploaderFlash('uploaderID').paneItem().removalIconTooltip();
Type: String
The text of the tooltip which is displayed when the mouse pointer hovers over the removal icon.
Default value is "Remove".
If you specify an empty string, the tooltip does not appear.
This property is necessary for localization of HTML5/Flash Uploader.