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

uploader.imageEditor Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets the image editor settings.

Syntax

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

Property Value

Type: $au.imageEditor

The settings of the image editor appearance.

See Also

Reference

Manual