Aurigma Image Uploader 7.0.37
uploader.enableDescriptionEditor Property
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.