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

ThumbnailClientEvents.Click Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an array of Click event handlers.

Syntax

PHP
public function &getClick() {
}

public function setClick($value) {
}

Property Value

Type: array

The string containing the name of Click event handler or an array of handler names.

Remarks

This event fires when the Thumbnail control is clicked.

See Also

Reference