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

PHP
public function getEnableDescriptionEditor() {
}

public function setEnableDescriptionEditor($value) {
}

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