imageUploaderFlash.imageEditor Property HTML5/Flash Uploader JavaScript

Supported technologies:

Gets or sets the image editor settings.

Syntax

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

Property Value

Type: $au.imageEditor

The settings of the image editor appearance.

See Also

Reference