onAddComment | The function called when a comment is added to the document with the AddComment method. |
onBlurContentControl | The function called to show which content control has been blurred. |
onChangeCommentData | The function called when the specified comment is changed with the ChangeComment method. |
onChangeContentControl | The function called to show which content control has been changed. |
onChangeRestrictions | The function called when the restrictions in the editor is changed. |
onClick | The function called when the user clicks on the element. |
onDocumentContentReady | The function called when the document is completely loaded. |
onEnableMouseEvent | The function called to turn the mouse or touchpad events on/off. |
onExternalMouseUp | The function called when the mouse button is released outside the plugin iframe. |
onFocusContentControl | The function called to show which content control has been focused. |
onHideContentControlTrack | The function called when the focus of the content control changes. |
onInsertOleObjects | The function called when the track of the content control hides. |
onRemoveComment | The function called when the specified comment is removed with the RemoveComments method. |
onShowContentControlTrack | The function called when the track of the content control appears. |
onSubmitForm | The function called when the user clicks the "Complete & Submit" button. |
onTargetPositionChanged | The function called when the target position in the editor is changed. |