Gets or sets an array of InitComplete event handlers.
$au.uploader({Get/Set Value at Runtime
events: {
//...other params...
initComplete: [],
//...other params...
}
})
$au.uploader('uploaderID').events().initComplete(value);
value = $au.uploader('uploaderID').events().initComplete();
Type: $au.event
The string containing the name of InitComplete event handler or an array of handler names.
This event fires when Image Uploader is completely created and initialized.