Gets or sets an array of ImageEditorClose event handlers.
$au.uploader({Get/Set Value at Runtime
events: {
//...other params...
imageEditorClose: [],
//...other params...
}
})
$au.uploader('uploaderID').events().imageEditorClose(value);
value = $au.uploader('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.