Gets or sets the text of the tooltip which is displayed when the mouse pointer hovers over the image cropped icon.
$au.uploader({ paneItem: { //...other params... imageCroppedIconTooltip: "The image is cropped.", //...other params... } })
Type: String
The text of the tooltip which is displayed when the mouse pointer hovers over the image cropped icon.
Default value is "The image is cropped.".
If you specify an empty string, the tooltip does not appear.
This property is necessary for localization of ActiveX/Java Uploader.