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

events.imageEditorClose Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an array of ImageEditorClose event handlers.

Syntax

JavaScript Initialize
$au.uploader({
    events
: {
       
//...other params...
        imageEditorClose
: [],
       
//...other params...
   
}
})
Get/Set Value at Runtime
$au.uploader('uploaderID').events().imageEditorClose(value);
value
= $au.uploader('uploaderID').events().imageEditorClose();

Property Value

Type: $au.event

The string containing the name of ImageEditorClose event handler or an array of handler names.

Remarks

This event fires when the Image Editor is closed.

See Also

Reference