Bitrix API

Status

FinalYes

Table of Contents

Constants

CLOSE_WITHOUT_CHANGES  = 4
Document is closed with no changes.
ERROR_WHILE_FORCE_SAVING  = 7
Error has occurred while force saving the document.
ERROR_WHILE_SAVING  = 3
Document saving error has occurred.
FORCE_SAVE  = 6
Document is being edited, but the current document state is saved.
IS_BEING_EDITED  = 1
Document is being edited.
IS_READY_FOR_SAVE  = 2
Document is ready for saving.

Constants

CLOSE_WITHOUT_CHANGES

Document is closed with no changes.

public int CLOSE_WITHOUT_CHANGES = 4
Tags
see
OnlyOffice::STATUS_CLOSE_WITHOUT_CHANGES

ERROR_WHILE_FORCE_SAVING

Error has occurred while force saving the document.

public int ERROR_WHILE_FORCE_SAVING = 7
Tags
see
OnlyOffice::STATUS_ERROR_WHILE_FORCE_SAVING

ERROR_WHILE_SAVING

Document saving error has occurred.

public int ERROR_WHILE_SAVING = 3
Tags
see
OnlyOffice::STATUS_ERROR_WHILE_SAVING

FORCE_SAVE

Document is being edited, but the current document state is saved.

public int FORCE_SAVE = 6
Tags
see
OnlyOffice::STATUS_FORCE_SAVE

IS_BEING_EDITED

Document is being edited.

public int IS_BEING_EDITED = 1
Tags
see
OnlyOffice::STATUS_IS_BEING_EDITED

IS_READY_FOR_SAVE

Document is ready for saving.

public int IS_READY_FOR_SAVE = 2
Tags
see
OnlyOffice::STATUS_IS_READY_FOR_SAVE

        
On this page

Search results