events.imageEditorClose Property HTML5/Flash Uploader JavaScript

Supported technologies:

Gets or sets an array of ImageEditorClose event handlers.

Syntax

JavaScript Initialize
$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();

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 and returns whether a user clicked Ok or closed it.

See Also

Reference