thumbnailEvents.initComplete Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an array of InitComplete event handlers.

Syntax

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

Property Value

Type: $au.event

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

Remarks

This event fires when the thumbnail control is completely created and initialized.

See Also

Reference