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

PaneItem.ItemTooltip Property

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

Syntax

PHP Initialize
public function getItemTooltip() {
}

public function setItemTooltip($value) {
}

Property Value

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:

{0}
replaced by the name of the file.
{1}
replaced by the size of the file.
{2}
replaced by the last modification date of the file.

Default value is "{0}\n{1}, \nModified: {2}".

See Also

Reference