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

PaneItem.EnableFileNameTooltip Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Get or sets a value indicating whether a tooltip containing a filename should be displayed when the mouse pointer hovers over the pane item.

Syntax

PHP
public function getEnableFileNameTooltip() {
}

public function setEnableFileNameTooltip($value) {
}

Property Value

Type: boolean

If true filename tooltip is displayed when the mouse pointer hovers over the pane item.

Default value is false.

See Also

Reference