events.initComplete Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

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 HTML5/Flash Uploader is completely created and initialized.

See Also

Reference

Manual