Gets or sets an array of ImageEditorClose event handlers.
$au.imageUploaderFlash({
events: {
//...other params...
imageEditorClose: [],
//...other params...
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').events().imageEditorClose(value);
value = $au.imageUploaderFlash('uploaderID').events().imageEditorClose();
Type: $au.event
The string containing the name of ImageEditorClose event handler or an array of handler names.
This event fires when the Image Editor is closed and returns whether a user clicked Ok or closed it.