paneItem.rotationIconTooltip Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets the text of the tooltip which is displayed when the mouse pointer hovers over the rotation icon.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    paneItem: {
        //...other params...
        rotationIconTooltip: "Rotate",
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').paneItem().rotationIconTooltip(value);
value = $au.imageUploaderFlash('uploaderID').paneItem().rotationIconTooltip();

Property Value

Type: String

The text of the tooltip which is displayed when the mouse pointer hovers over the rotation icon.

Default value is "Rotate".

Remarks

If you specify an empty string, the tooltip does not appear.

This property is necessary for localization of HTML5/Flash Uploader.

See Also

Reference