Gets or sets the text of the tooltip which is displayed when the mouse pointer hovers over the file item.
$au.imageUploaderFlash({ paneItem: { //...other params... itemTooltip: "{0}\n{1}, \nModified: {2}", //...other params... } })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').paneItem().itemTooltip(value); value = $au.imageUploaderFlash('uploaderID').paneItem().itemTooltip();
Type: String
The text of the tooltip which is displayed when the mouse pointer hovers over the file item.
To be able to display additional information in this tooltip, special placeholders are used:
Default value is "{0}\n{1}, \nModified: {2}".