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

uploader.descriptionEditor Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets the description editor settings.

Syntax

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

Property Value

Type: $au.descriptionEditor

The settings of the description editor.

See Also

Reference