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

imageUploaderFlash.descriptionEditor Property

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