In This Topic
Reference Guides / JavaScript API / Annotations / EnableAnnotEditionOnDblClick

EnableAnnotEditionOnDblClick

In This Topic
 EnableAnnotEditionOnDblClick

This function allows you to disable (or enable) the annotation edition dialog on double click event.

Default value is true.

EnableAnnotEditionOnDblClick: function (docuViewareID, value)

Parameters

docuViewareID
The identifier for the DocuVieware™ instance you want to reset the annotation properties from.
value
A boolean value, if true the annotations can be edited with double click, if false, the double click will be ineffective.

Return Value

1 if error, 0 if success.