Search results

ContainerServerActionSettings API in JavaScript (ES5) DocumentEditor API control

The ServerActionSettings module is used to provide the server action methods of Document Editor Container.

Properties

canLock

string

Specifies the server action name to lock selected region.

Defaults to ‘CanLock’

getPendingActions

string

Specifies the server action name to pull pending actions.

Defaults to ‘GetPendingActions’

import

string

Specifies the load action of Document Editor.

Defaults to ‘Import’

restrictEditing

string

Specifies the restrict editing encryption/decryption action of Document Editor.

Defaults to ‘RestrictEditing’

spellCheck

string

Specifies the spell check action of Document Editor.

Defaults to ‘SpellCheck’

spellCheckByPage

string

Specifies the spell check by page action of Document Editor.

Defaults to ‘SpellCheckByPage’

systemClipboard

string

Specifies the system clipboard action of Document Editor.

Defaults to ‘SystemClipboard’