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

uploader.enableDescriptionEditor Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether it is possible to add descriptions to files.

Syntax

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

Property Value

Type: Boolean

If true, a user can add descriptions in the following ways:

  • by clicking the description control which appears when a mouse pointer hovers over the file;
  • by filling a special field in the image editor;
  • via the Edit description... option of the context menu.

Otherwise, descriptions can be added through the description property only.

Default value is true.

See Also

Reference

Manual