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

uploader.enableImageEditor Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether it is possible to open images in the image editor by clicking the image editor icon or the corresponging context menu option.

Syntax

JavaScript Initialize
$au.uploader({
    //...other params...
    enableImageEditor: true,
    //...other params...
})

Property Value

Type: Boolean

If true, any image in the folder or upload pane can be opened in the image editor; otherwise, the image editor icon and the Edit image... context menu are hidden.

Default value is true.

See Also

Reference