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

events.initComplete Property

Gets or sets an array of InitComplete event handlers.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    events: {
        //...other params...
        initComplete: [],
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').events().initComplete(value);
value = $au.imageUploaderFlash('uploaderID').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 Image Uploader Flash is completely created and initialized.

See Also

Reference

Manual