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

events.imageRotated Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an array of ImageRotated event handlers.

Syntax

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

Property Value

Type: $au.event

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

Remarks

This event fires when an image is rotated.

See Also

Reference