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

thumbnailEvents.click Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an array of Click event handlers.

Syntax

JavaScript Initialize
$au.thumbnail({
        events: {
            //...other params...
            click: [],
            //...other params...
        }
})
Get/Set Value at Runtime
$au.thumbnail('thumbnailID').events().click(value);
value = $au.thumbnail('thumbnailID').events().click();

Property Value

Type: $au.event

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