thumbnail.events Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a collection of client-side events.

Syntax

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

Property Value

Type: $au.thumbnailEvents

The collection of client-side events.

See Also

Reference