This documentation is for the old version. Go to the latest Upload Suite docs

paneItem.descriptionEditorIconTooltip Property

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

Syntax

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

Property Value

Type: String

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

Default value is "Edit description".

Remarks

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

This property is necessary for localization of Image Uploader Flash.

See Also

Reference