This repository has been archived by the owner on Feb 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request 'Fix for the connector note' from fix/connector-no…
…te into develop Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/api.onlyoffice.com/pulls/117
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,4 +108,4 @@ function onChangeContentControl(e) { | |
|
||
> Please note that the connector is available only for **ONLYOFFICE Developer Edition**. | ||
> | ||
> This class is an additional feature which is available at extra cost and is not included by default in ONLYOFFICE Developer Edition. If you have any questions, please contact our sales team at <[email protected]>. | ||
> The connector is an additional feature not included by default in the ONLYOFFICE Developer Edition and is available at an extra cost. Please contact our sales team at <[email protected]> to request a quote. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,4 +105,4 @@ Collects all the comments from the document and displays them in the custom inte | |
|
||
> Please note that the connector is available only for **ONLYOFFICE Developer Edition**. | ||
> | ||
> This class is an additional feature which is available at extra cost and is not included by default in ONLYOFFICE Developer Edition. If you have any questions, please contact our sales team at <[email protected]>. | ||
> The connector is an additional feature not included by default in the ONLYOFFICE Developer Edition and is available at an extra cost. Please contact our sales team at <[email protected]> to request a quote. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,4 @@ Manages review process from an external source. | |
|
||
> Please note that the connector is available only for **ONLYOFFICE Developer Edition**. | ||
> | ||
> This class is an additional feature which is available at extra cost and is not included by default in ONLYOFFICE Developer Edition. If you have any questions, please contact our sales team at <[email protected]>. | ||
> The connector is an additional feature not included by default in the ONLYOFFICE Developer Edition and is available at an extra cost. Please contact our sales team at <[email protected]> to request a quote. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ To create the connector, use the [createConnector](../Methods/index.md#createcon | |
const connector = docEditor.createConnector() | ||
``` | ||
|
||
> Please note that the connector is available only for **ONLYOFFICE Developer Edition**. | ||
> Please note that the connector is available only for the **ONLYOFFICE Developer Edition**. | ||
> | ||
> This class is an additional feature which is available at extra cost and is not included by default in ONLYOFFICE Developer Edition. If you have any questions, please contact our sales team at <[email protected]>. | ||
> The connector is an additional feature not included by default in the ONLYOFFICE Developer Edition and is available at an extra cost. Please contact our sales team at <[email protected]> to request a quote. | ||
The connector has the same interface as plugins. Below you can find methods that are available for this class. | ||
|
||
|