imageUploaderFlash.descriptionEditor Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets the description editor settings.

Syntax

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

Property Value

Type: $au.descriptionEditor

The settings of the description editor.

See Also

Reference