diff --git a/site/pages/DocSpace/API Backend/Get Started/Basic concepts/index.md b/site/pages/DocSpace/API Backend/Get Started/Basic concepts/index.md index 9b3f93f70..d354820a1 100644 --- a/site/pages/DocSpace/API Backend/Get Started/Basic concepts/index.md +++ b/site/pages/DocSpace/API Backend/Get Started/Basic concepts/index.md @@ -16,7 +16,7 @@ Authentication in the ONLYOFFICE DocSpace API is managed via the HTTP authentica ## Making requests -To identify the request and response format, please make sure that both the **Content-Type** and **Accept** headers are set to *application/json*. Any API method can be called specifying the json format for the response. +To identify the request and response format, please make sure that both the **Content-Type** and **Accept** headers are set to *application/json*. Any API method can be called specifying the JSON format for the response. ## Responses diff --git a/site/pages/DocSpace/JavaScript SDK/Usage SDK/Initialization Modes/Editor/index.md b/site/pages/DocSpace/JavaScript SDK/Usage SDK/Initialization Modes/Editor/index.md index 64ebf9fe6..d355cde07 100644 --- a/site/pages/DocSpace/JavaScript SDK/Usage SDK/Initialization Modes/Editor/index.md +++ b/site/pages/DocSpace/JavaScript SDK/Usage SDK/Initialization Modes/Editor/index.md @@ -2,7 +2,7 @@ order: -3 --- -Allows you to open the SDK as a document editor for editing by specifying the [id](../../Config/index.md#id) parameter for a file. +Allows you to open the SDK as a document editor for editing by specifying the [ID](../../Config/index.md#id) parameter for a file. ![Editor mode](/assets/images/docspace/editor-mode.png) diff --git a/site/pages/DocSpace/JavaScript SDK/Usage SDK/Initialization Modes/Viewer/index.md b/site/pages/DocSpace/JavaScript SDK/Usage SDK/Initialization Modes/Viewer/index.md index be288afcb..4241e939b 100644 --- a/site/pages/DocSpace/JavaScript SDK/Usage SDK/Initialization Modes/Viewer/index.md +++ b/site/pages/DocSpace/JavaScript SDK/Usage SDK/Initialization Modes/Viewer/index.md @@ -2,7 +2,7 @@ order: -2 --- -Allows you to open the SDK as a document editor for viewing by specifying the [id](../../Config/index.md#id) parameter for a file. +Allows you to open the SDK as a document editor for viewing by specifying the [ID](../../Config/index.md#id) parameter for a file. ![Viewer mode](/assets/images/docspace/viewer-mode.png) diff --git a/site/pages/DocSpace/JavaScript SDK/Usage SDK/Initialization Modes/index.md b/site/pages/DocSpace/JavaScript SDK/Usage SDK/Initialization Modes/index.md index 9e8a58f23..2395c6627 100644 --- a/site/pages/DocSpace/JavaScript SDK/Usage SDK/Initialization Modes/index.md +++ b/site/pages/DocSpace/JavaScript SDK/Usage SDK/Initialization Modes/index.md @@ -7,8 +7,8 @@ order: -5 - [manager](Manager/index.md) - displays a list of entities depending on the specified *rootPath*; - [room-selector](Room%20Selector/index.md) - opens the room selector; - [file-selector](File%20Selector/index.md) - opens the file selector; -- [editor](Editor/index.md) - allows you to open the SDK as a document editor for editing by specifying the *id* parameter for a file; -- [viewer](Viewer/index.md) - allows you to open the SDK as a document editor for viewing by specifying the *id* parameter for a file; +- [editor](Editor/index.md) - allows you to open the SDK as a document editor for editing by specifying the *ID* parameter for a file; +- [viewer](Viewer/index.md) - allows you to open the SDK as a document editor for viewing by specifying the *ID* parameter for a file; - [system](System/index.md) - calls the system methods. To simplify working with modes, the SDK has methods that do not require you to specify the appropriate mode: diff --git a/site/pages/DocSpace/JavaScript SDK/Usage SDK/Samples/Customize editors/index.md b/site/pages/DocSpace/JavaScript SDK/Usage SDK/Samples/Customize editors/index.md index 9a2ba1fee..bed607d94 100644 --- a/site/pages/DocSpace/JavaScript SDK/Usage SDK/Samples/Customize editors/index.md +++ b/site/pages/DocSpace/JavaScript SDK/Usage SDK/Samples/Customize editors/index.md @@ -42,7 +42,7 @@ function onAppReady() { ``` 2. Create a configuration for the **Editor** mode. Go to the [editorCustomization](../../Config/index.md#editorcustomization) section and configure the editors as needed. -After that, copy the resulting config and paste it into the [customization](../../../../../Docs/Docs%20API/Usage%20API/Config/Editor/Customization/index.md) section, as shown below. In the config, pass the id of the file that will be opened in the editors: +After that, copy the resulting config and paste it into the [customization](../../../../../Docs/Docs%20API/Usage%20API/Config/Editor/Customization/index.md) section, as shown below. In the config, pass the ID of the file that will be opened in the editors: ``` ts const config = { diff --git a/site/pages/DocSpace/OAuth API/Usage API/Creating OAuth App/index.md b/site/pages/DocSpace/OAuth API/Usage API/Creating OAuth App/index.md index e472dec49..6caa1836e 100644 --- a/site/pages/DocSpace/OAuth API/Usage API/Creating OAuth App/index.md +++ b/site/pages/DocSpace/OAuth API/Usage API/Creating OAuth App/index.md @@ -69,7 +69,7 @@ Presence: required ## Access scopes -Defines the capabilities of a third-party application in relation to Docspace API. Scopes are used to limit your app's access to all user-related data, and they'll let you specify exactly what kind of access you need. This parameter is required. +Defines the capabilities of a third-party application in relation to DocSpace API. Scopes are used to limit your app's access to all user-related data, and they'll let you specify exactly what kind of access you need. This parameter is required. | Scope | Read | Write | | --------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------------------- | diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Adding Plugin/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Adding Plugin/index.md index b613de2cc..372aa7e3b 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Adding Plugin/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Adding Plugin/index.md @@ -2,7 +2,7 @@ order: -3 --- -You can upload your own plugins to your server. For the DocSpace Saas solution, only system plugins created by our developers are available. +You can upload your own plugins to your server. For the DocSpace SaaS solution, only system plugins created by our developers are available. ## Enabling system plugins diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Box/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Box/index.md index 5aee32019..41a23022f 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Box/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Box/index.md @@ -2,7 +2,7 @@ A container that lays out its contents in one direction. Box provides general CS **Interface**: IBox. -See the parameters of this component in [storybook](https://storybook.onlyoffice.io/?path=/docs/components-box--docs). +See the parameters of this component in [Storybook](https://storybook.onlyoffice.io/?path=/docs/components-box--docs). ![Box](/assets/images/docspace/box.png) diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Button/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Button/index.md index b68a45cae..f6c149bb1 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Button/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Button/index.md @@ -2,7 +2,7 @@ A component that is used for an action on a page. **Interface**: IButton. -See the parameters of this component in [storybook](https://storybook.onlyoffice.io/?path=/docs/components-button--docs). +See the parameters of this component in [Storybook](https://storybook.onlyoffice.io/?path=/docs/components-button--docs). ![Button](/assets/images/docspace/button.png) diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Checkbox/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Checkbox/index.md index 40a159448..12fcf1635 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Checkbox/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Checkbox/index.md @@ -2,7 +2,7 @@ Custom checkbox input. **Interface**: ICheckBox. -See the parameters of this component in [storybook](https://storybook.onlyoffice.io/?path=/docs/components-checkbox--docs). +See the parameters of this component in [Storybook](https://storybook.onlyoffice.io/?path=/docs/components-checkbox--docs). ![Checkbox](/assets/images/docspace/checkbox.png) diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/ComboBox/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/ComboBox/index.md index 2f4da698e..af784fe50 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/ComboBox/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/ComboBox/index.md @@ -2,7 +2,7 @@ Custom combo box input. **Interface**: IComboBox. -See the parameters of this component in [storybook](https://storybook.onlyoffice.io/?path=/docs/components-combobox--docs). +See the parameters of this component in [Storybook](https://storybook.onlyoffice.io/?path=/docs/components-combobox--docs). ![Combo box](/assets/images/docspace/combobox.png) diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Input/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Input/index.md index 7f0efbcef..f79aaacae 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Input/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Input/index.md @@ -2,7 +2,7 @@ Input field for single-line strings. **Interface**: IInput. -See the parameters of this component in [storybook](https://storybook.onlyoffice.io/?path=/docs/components-textinput--docs). +See the parameters of this component in [Storybook](https://storybook.onlyoffice.io/?path=/docs/components-textinput--docs). ![Input](/assets/images/docspace/input.png) diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Label/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Label/index.md index 206dd8a81..733c39b55 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Label/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Label/index.md @@ -2,7 +2,7 @@ Field name in the form. **Interface**: ILabel. -See the parameters of this component in [storybook](https://storybook.onlyoffice.io/?path=/docs/components-label--docs). +See the parameters of this component in [Storybook](https://storybook.onlyoffice.io/?path=/docs/components-label--docs). ![Label](/assets/images/docspace/label.png) diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/ModalDialog/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/ModalDialog/index.md index b8134f1d8..a821bfe7e 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/ModalDialog/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/ModalDialog/index.md @@ -2,7 +2,7 @@ Modal dialog. **Interface**: IModalDialog. -See the parameters of this component in [storybook](https://storybook.onlyoffice.io/?path=/docs/components-modaldialog--docs). +See the parameters of this component in [Storybook](https://storybook.onlyoffice.io/?path=/docs/components-modaldialog--docs). ![Modal dialog](/assets/images/docspace/modal-dialog.png) diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Text/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Text/index.md index a719ccd5c..382b8132d 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Text/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Text/index.md @@ -2,7 +2,7 @@ Plain text. **Interface**: IText. -See the parameters of this component in [storybook](https://storybook.onlyoffice.io/?path=/docs/components-text--docs). +See the parameters of this component in [Storybook](https://storybook.onlyoffice.io/?path=/docs/components-text--docs). ![Text](/assets/images/docspace/text.png) diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/TextArea/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/TextArea/index.md index 239e88462..c0f3f451e 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/TextArea/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/TextArea/index.md @@ -2,7 +2,7 @@ Custom textarea. **Interface**: ITextArea. -See the parameters of this component in [storybook](https://storybook.onlyoffice.io/?path=/docs/components-textarea--docs). +See the parameters of this component in [Storybook](https://storybook.onlyoffice.io/?path=/docs/components-textarea--docs). ![Textarea](/assets/images/docspace/textarea.png) diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Toast/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Toast/index.md index 55eed232f..1cc898707 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Toast/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/Toast/index.md @@ -2,7 +2,7 @@ Toast. **Interface**: IToast. -See the parameters of this component in [storybook](https://storybook.onlyoffice.io/?path=/docs/components-toast--docs). +See the parameters of this component in [Storybook](https://storybook.onlyoffice.io/?path=/docs/components-toast--docs). ![Toast](/assets/images/docspace/toast.png) diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/ToggleButton/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/ToggleButton/index.md index a89904041..0b59d8602 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/ToggleButton/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Components/ToggleButton/index.md @@ -2,7 +2,7 @@ Custom toggle button input. **Interface**: IToggleButton. -See the parameters of this component in [storybook](https://storybook.onlyoffice.io/?path=/docs/components-togglebutton--docs). +See the parameters of this component in [Storybook](https://storybook.onlyoffice.io/?path=/docs/components-togglebutton--docs). ![Toggle button](/assets/images/docspace/toggle-button.png) diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/ContextMenuItem/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/ContextMenuItem/index.md index 34ca1f3f1..340d2c1fd 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/ContextMenuItem/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/ContextMenuItem/index.md @@ -32,7 +32,7 @@ Example: "convert-16.png" ## onClick -Defines a function that takes the file/folder/room id as an argument. This function can be asynchronous. +Defines a function that takes the file/folder/room ID as an argument. This function can be asynchronous. Type: func diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/InfoPanelItem/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/InfoPanelItem/index.md index b95118eef..e57b798c5 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/InfoPanelItem/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/InfoPanelItem/index.md @@ -37,7 +37,7 @@ Example: "Test" ### submenu.onClick -A function that takes the file/folder/room id as an argument. This function can be asynchronous. It will be executed when clicking on the tab. +A function that takes the file/folder/room ID as an argument. This function can be asynchronous. It will be executed when clicking on the tab. Type: func diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/MainButtonItem/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/MainButtonItem/index.md index d9d2595c5..3ff081e06 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/MainButtonItem/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/MainButtonItem/index.md @@ -32,7 +32,7 @@ Example: "drawio.png" ## onClick -Defines a function that takes the file/folder/room id as an argument. This function can be asynchronous. +Defines a function that takes the file/folder/room ID as an argument. This function can be asynchronous. Type: func diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/ProfileMenuItem/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/ProfileMenuItem/index.md index 04d2f691a..89401280e 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/ProfileMenuItem/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Coding Plugin/Plugin Items/ProfileMenuItem/index.md @@ -30,7 +30,7 @@ Example: "logo.png" ## onClick -Defines a function that takes the file/folder/room id as an argument. This function can be asynchronous. +Defines a function that takes the file/folder/room ID as an argument. This function can be asynchronous. Type: func diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/How to create a plugin step by step/Developing/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/How to create a plugin step by step/Developing/index.md index 8cdfb2e55..a56a23cc4 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/How to create a plugin step by step/Developing/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/How to create a plugin step by step/Developing/index.md @@ -65,11 +65,11 @@ Create the [assets](https://github.com/ONLYOFFICE/docspace-plugins/tree/master/s ![Convert to text](/assets/images/docspace/convert-to-text.png) - This icon can be also used for the main button icon. For example, in the **draw\.io** plugin, the same icon is used for the context and main button menu. + This icon can be also used for the main button icon. For example, in the **Draw\.io** plugin, the same icon is used for the context and main button menu. ![Main button icon](/assets/images/docspace/main-button-icon.png) - The **draw\.io** plugin also uses the specific file icon near the *.drawio* files, which are created with the file plugin type. The preferred icon size for the [table format](../../Coding%20Plugin/Plugin%20Items/FileItem/index.md#filerowicon) is 32x32 px. + The **Draw\.io** plugin also uses the specific file icon near the *.drawio* files, which are created with the file plugin type. The preferred icon size for the [table format](../../Coding%20Plugin/Plugin%20Items/FileItem/index.md#filerowicon) is 32x32 px. ![File icon](/assets/images/docspace/file-icon.png) @@ -81,9 +81,9 @@ Create the [assets](https://github.com/ONLYOFFICE/docspace-plugins/tree/master/s If necessary, define the plugin's UI elements. Consult our [Storybook](https://api.onlyoffice.com/docspace-storybook/) to develop your plugin's UI. -For example, the **draw\.io** plugin contains two main UI elements - the modal window and the diagram editor. Create the files for configuring each element. For your convenience, you can put these files into a separate *DrawIO* folder. +For example, the **Draw\.io** plugin contains two main UI elements - the modal window and the diagram editor. Create the files for configuring each element. For your convenience, you can put these files into a separate *Draw.io* folder. -- In the [Dialog.ts](https://github.com/ONLYOFFICE/docspace-plugins/blob/master/draw.io/src/DrawIO/Dialog.ts) file, configure the modal window settings. Specify the [IFrame](../../Coding%20Plugin/Plugin%20Components/IFrame/index.md) UI component that is used to embed the draw\.io website into a modal window: +- In the [Dialog.ts](https://github.com/ONLYOFFICE/docspace-plugins/blob/master/draw.io/src/DrawIO/Dialog.ts) file, configure the modal window settings. Specify the [IFrame](../../Coding%20Plugin/Plugin%20Components/IFrame/index.md) UI component that is used to embed the Draw\.io website into a modal window: ``` ts export const frameProps: IFrame = { @@ -182,7 +182,7 @@ export const contextMenuItem: IContextMenuItem = { Context menu item -You can add more plugin types. For example, the **draw\.io** plugin can be accessed from the main button menu, so we need to specify the [main button item](../../Coding%20Plugin/Plugin%20Items/MainButtonItem/index.md): +You can add more plugin types. For example, the **Draw\.io** plugin can be accessed from the main button menu, so we need to specify the [main button item](../../Coding%20Plugin/Plugin%20Items/MainButtonItem/index.md): ``` ts const mainButtonItem: IMainButtonItem = { @@ -221,7 +221,7 @@ When the main button item is clicked, the modal window appears where you can typ ![Create diagram](/assets/images/docspace/create-diagram.png) -For the **draw\.io** plugin, you also need to configure the file plugin type which works when the user opens the specific *.drawio* file: +For the **Draw\.io** plugin, you also need to configure the file plugin type which works when the user opens the specific *.drawio* file: 1. Define the [file item](../../Coding%20Plugin/Plugin%20Items/FileItem/index.md) that is represented as a file with the specific extension (*.drawio*) and icon: diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/How to create a plugin step by step/Planning/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/How to create a plugin step by step/Planning/index.md index e69d45f5b..2d825e9ab 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/How to create a plugin step by step/Planning/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/How to create a plugin step by step/Planning/index.md @@ -25,7 +25,7 @@ order: -4 For example, in our plugin samples, we use: - [AssemblyAI](https://www.assemblyai.com/) to convert speech from audio and video files into text; - - [ConvertAPI](https://www.convertapi.com/) to convert documents, spreadsheets, presentations, and forms into *pdf*; + - [ConvertAPI](https://www.convertapi.com/) to convert documents, spreadsheets, presentations, and forms into *PDF*; - [Draw.io](https://www.drawio.com/) to create, edit, and insert professional-looking diagrams. > Please make sure that the service documentation is available, check its license, availability of API methods, etc. For some services, the user must obtain an API key to start using the plugin. @@ -38,12 +38,12 @@ order: -4 - [ISettingsPlugin](../../Coding%20Plugin/Plugin%20Types/SettingsPlugin/index.md) and [ISettings](https://github.com/ONLYOFFICE/docspace-plugin-sdk/blob/master/src/interfaces/settings/ISettings.ts). Used to add settings block for plugin's configuration. The users will access this block from **Settings -> Integration -> Plugins** to adjust the plugin's parameters. - [IContextMenuPlugin](../../Coding%20Plugin/Plugin%20Types/ContextMenuPlugin/index.md) and [IContextMenuItem](../../Coding%20Plugin/Plugin%20Items/ContextMenuItem/index.md). Used to implement a context menu action. In the **speech-to-text** plugin, it will be available for video and audio files allowing users to convert content into text. - The list of interfaces may be longer. For example, in the **draw\.io** plugin: + The list of interfaces may be longer. For example, in the **Draw\.io** plugin: - - [IMainButtonPlugin](../../Coding%20Plugin/Plugin%20Types/MainButtonPlugin/index.md) and [IMainButtonItem](../../Coding%20Plugin/Plugin%20Items/MainButtonItem/index.md). Used to implement the main button action. In the **draw\.io** plugin, we use the **Action button -> More** menu elements in the **My documents** section or in the selected room to create draw\.io diagrams. + - [IMainButtonPlugin](../../Coding%20Plugin/Plugin%20Types/MainButtonPlugin/index.md) and [IMainButtonItem](../../Coding%20Plugin/Plugin%20Items/MainButtonItem/index.md). Used to implement the main button action. In the **Draw\.io** plugin, we use the **Action button -> More** menu elements in the **My documents** section or in the selected room to create Draw\.io diagrams. - [IFilePlugin](../../Coding%20Plugin/Plugin%20Types/FilePlugin/index.md) and [IFileItem](../../Coding%20Plugin/Plugin%20Items/FileItem/index.md). Used to interact with the specified file types. In this case, with the *.drawio* files. -3. Come up with the plugin's structure. All the required files are described [here](../../Plugin%20Structure/index.md). Everything else can be organized as you wish. For example, in the **draw\.io** plugin, we put the code for each plugin type in separate folders, while in the **speech-to-text** plugin, this code is placed in the *src* folder. +3. Come up with the plugin's structure. All the required files are described [here](../../Plugin%20Structure/index.md). Everything else can be organized as you wish. For example, in the **Draw\.io** plugin, we put the code for each plugin type in separate folders, while in the **speech-to-text** plugin, this code is placed in the *src* folder. ![Speech plugin structure](/assets/images/docspace/speech-plugin-structure.png) diff --git a/site/pages/DocSpace/Plugins SDK/Usage SDK/Plugin Structure/index.md b/site/pages/DocSpace/Plugins SDK/Usage SDK/Plugin Structure/index.md index 28ab260a9..7bf8c744d 100644 --- a/site/pages/DocSpace/Plugins SDK/Usage SDK/Plugin Structure/index.md +++ b/site/pages/DocSpace/Plugins SDK/Usage SDK/Plugin Structure/index.md @@ -30,7 +30,7 @@ Each DocSpace plugin is a folder with files. It must contain the following files ``` -- **tsconfig** - the *typescript* configuration file. This file can be edited. +- **tsconfig** - the *TypeScript* configuration file. This file can be edited. - **package.json** - a file with the information about the plugin and dependencies. This file can be edited and the new dependencies can be added. diff --git a/site/pages/Docs/Docs API/Usage API/Callback handler/index.md b/site/pages/Docs/Docs API/Usage API/Callback handler/index.md index 9065ad81d..be0cfa4e5 100644 --- a/site/pages/Docs/Docs API/Usage API/Callback handler/index.md +++ b/site/pages/Docs/Docs API/Usage API/Callback handler/index.md @@ -346,7 +346,7 @@ app.post("/track", (req, res) => { > *pathForSave* is the absolute path to your computer folder where the file will be saved including the file name. -On the [NodeJS example](../../Get%20Started/Language-specific%20examples/NodeJS%20example/index.md) page, you will learn how to integrate ONLYOFFICE Docs into your web application written on Node.js. +On the [Node.js example](../../Get%20Started/Language-specific%20examples/NodeJS%20example/index.md) page, you will learn how to integrate ONLYOFFICE Docs into your web application written on Node.js. ### PHP document save example diff --git a/site/pages/Docs/Docs API/Usage API/Config/Document/Permissions/index.md b/site/pages/Docs/Docs API/Usage API/Config/Document/Permissions/index.md index 76a94e101..e60074c3b 100644 --- a/site/pages/Docs/Docs API/Usage API/Config/Document/Permissions/index.md +++ b/site/pages/Docs/Docs API/Usage API/Config/Document/Permissions/index.md @@ -116,7 +116,7 @@ Example: true ## fillForms -Defines if the forms can be filled. Filling in forms will only be available for the document and pdf editors if the [mode](../../Editor/index.md#mode) parameter is set to **edit**. The default value coincides with the value of the [edit](#edit) or the [review](#review) parameter. +Defines if the forms can be filled. Filling in forms will only be available for the document and PDF editors if the [mode](../../Editor/index.md#mode) parameter is set to **edit**. The default value coincides with the value of the [edit](#edit) or the [review](#review) parameter. Type: boolean diff --git a/site/pages/Docs/Docs API/Usage API/Config/Document/index.md b/site/pages/Docs/Docs API/Usage API/Config/Document/index.md index 96d740635..2606e3309 100644 --- a/site/pages/Docs/Docs API/Usage API/Config/Document/index.md +++ b/site/pages/Docs/Docs API/Usage API/Config/Document/index.md @@ -12,7 +12,7 @@ Example: "docx" ## key -Defines the unique document identifier used by the service to recognize the document. In case the known key is sent, the document will be taken from the cache. Every time the document is edited and saved, the key must be generated anew. The document url can be used as the **key** but without the special characters and the length is limited to 128 symbols. +Defines the unique document identifier used by the service to recognize the document. In case the known key is sent, the document will be taken from the cache. Every time the document is edited and saved, the key must be generated anew. The document URL can be used as the **key** but without the special characters and the length is limited to 128 symbols. Please note that the key must be unique for all independent services connected to the same document server. Otherwise, the service may open someone else's file from the editor cache. If multiple third-party integrators are connected to the same document server, they must also provide a unique key. diff --git a/site/pages/Docs/Docs API/Usage API/Config/Events/index.md b/site/pages/Docs/Docs API/Usage API/Config/Events/index.md index 6136d4f74..c0865abe6 100644 --- a/site/pages/Docs/Docs API/Usage API/Config/Events/index.md +++ b/site/pages/Docs/Docs API/Usage API/Config/Events/index.md @@ -31,7 +31,7 @@ The events section allows to change all the functions pertaining to the events. - [onRequestSelectSpreadsheet](#onrequestselectspreadsheet) - the user is trying to select recipients data by clicking the *Mail merge* button. - [onRequestSendNotify](#onrequestsendnotify) - the user is mentioned in a comment. - [onRequestSharingSettings](#onrequestsharingsettings) - the user is trying to manage document access rights by clicking *Change access rights* button. -- [onRequestStartFilling](#onrequeststartfilling) - the user is trying to start filling out the ready forms by clicking the *Start filling* button in the pdf editing mode. +- [onRequestStartFilling](#onrequeststartfilling) - the user is trying to start filling out the ready forms by clicking the *Start filling* button in the PDF editing mode. - [onRequestUsers](#onrequestusers) - the user can select other users to mention in the comments, grant the access rights to edit the specific sheet ranges, or set the user avatars. - [onSubmit](#onsubmit) - the force saving request of the *3* [forcesavetype](../../Callback%20handler/index.md#forcesavetype) is successfully performed. - [onWarning](#onwarning) - a warning occurs. @@ -822,9 +822,9 @@ const docEditor = new DocsAPI.DocEditor("placeholder", { ## onRequestStartFilling -The function called when the user is trying to start filling out the ready forms by clicking the *Start filling* button in the pdf editing mode. If the event is not declared, this button will not be displayed. +The function called when the user is trying to start filling out the ready forms by clicking the *Start filling* button in the PDF editing mode. If the event is not declared, this button will not be displayed. -When the user clicks the *Start filling* button, the [startFilling](../../Methods/index.md#startfilling) method is called to lock the pdf editing (only pdf viewing becomes available). +When the user clicks the *Start filling* button, the [startFilling](../../Methods/index.md#startfilling) method is called to lock the PDF editing (only PDF viewing becomes available). Example: diff --git a/site/pages/Docs/Docs API/Usage API/Methods/index.md b/site/pages/Docs/Docs API/Usage API/Methods/index.md index ded3e67bc..6ba504b1d 100644 --- a/site/pages/Docs/Docs API/Usage API/Methods/index.md +++ b/site/pages/Docs/Docs API/Usage API/Methods/index.md @@ -27,7 +27,7 @@ const docEditor = new DocsAPI.DocEditor("placeholder", config) - [setSharingSettings](#setsharingsettings) - update the *information* about the settings which allow to share the document with other users. - [setUsers](#setusers) - set a list of users to mention in the comments, grant the access rights to edit the specific sheet ranges, or set the user avatars. - [showMessage](#showmessage) - display tooltip with the message. -- [startFilling](#startfilling) - start filling out the ready forms and lock the pdf editing. +- [startFilling](#startfilling) - start filling out the ready forms and lock the PDF editing. ## createConnector @@ -391,7 +391,7 @@ Show an error message explaining if any error occurred: | ------------- | ------ | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | error | string | optional | Defines the error message text. | | fileType | string | optional | Defines an extension of the document specified with the *url* parameter. | -| key | string | optional | Defines the unique document identifier used by the service to take the data from the co-editing session. In case the known key is sent, the document will be taken from the cache. Every time the document is edited and saved, the key must be generated anew. The document url can be used as the **key** but without the special characters and the length is limited to 128 symbol. | +| key | string | optional | Defines the unique document identifier used by the service to take the data from the co-editing session. In case the known key is sent, the document will be taken from the cache. Every time the document is edited and saved, the key must be generated anew. The document URL can be used as the **key** but without the special characters and the length is limited to 128 symbol. | | path | string | required | Defines the file name or relative path for the formula editor. It is used to identify a file when the [onRequestReferenceSource](../Config/Events/index.md#onrequestreferencesource) event is executed. | | referenceData | object | optional | Defines an object that is generated by the integrator to uniquely identify a file in its system. This data must be the same as in the [document.referenceData](../Config/Document/index.md#referencedata) config parameter:

**fileKey** - the unique document identifier used by the service to get a link to the file. It must not be changed when the document is edited and saved (i.e. it is not equal to the [document.key](../Config/Document/index.md#key) parameter),
**type**: string,
**example**: "BCFA2CED";

**instanceId** - the unique system identifier. If the data was copied from a file on one system, and inserted into a file on another, then pasting by link will not be available and there will be no corresponding button in the context menu,
**type**: string,
**example**: `https://example.com`. | | token | string | optional | Defines the encrypted signature added to the parameter in the form of a [token](../../Additional%20API/Signature/Browser/index.md#setreferencesource). | @@ -546,7 +546,7 @@ Display a tooltip with a message. This method can be called only after the [onAp ## startFilling -Start filling out the ready forms and lock the pdf editing (only pdf viewing becomes available). This method can be called only after the [onRequestStartFilling](../Config/Events/index.md#onrequeststartfilling) event. +Start filling out the ready forms and lock the PDF editing (only PDF viewing becomes available). This method can be called only after the [onRequestStartFilling](../Config/Events/index.md#onrequeststartfilling) event. ``` ts docEditor.startFilling() diff --git a/site/pages/Docs/Docs API/Using WOPI/Config/index.md b/site/pages/Docs/Docs API/Using WOPI/Config/index.md index 3120f6f4d..ef090a63e 100644 --- a/site/pages/Docs/Docs API/Using WOPI/Config/index.md +++ b/site/pages/Docs/Docs API/Using WOPI/Config/index.md @@ -84,7 +84,7 @@ Example: "/web-apps/apps/presentationeditor/main/resources/img/favicon.ico" ### wopi.favIconUrlPdf -Defines a path to the favicon for the pdf editor. +Defines a path to the favicon for the PDF editor. Type: string @@ -100,7 +100,7 @@ Example: \["FileUrl"] ### wopi.pdfView -Defines the file types that can be viewed in the pdf editor. +Defines the file types that can be viewed in the PDF editor. Type: array of strings diff --git a/site/pages/Docs/Docs API/Using WOPI/Conversion API/index.md b/site/pages/Docs/Docs API/Using WOPI/Conversion API/index.md index 19c09ebbe..3c716d66c 100644 --- a/site/pages/Docs/Docs API/Using WOPI/Conversion API/index.md +++ b/site/pages/Docs/Docs API/Using WOPI/Conversion API/index.md @@ -9,7 +9,7 @@ In order to convert different file formats in the online office, the POST reques | Parameter | Type | Presence | Description | | ---------------- | ------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------- | | format | string | required | The output file format. | -| PDFVer | string | optional | The pdf version for the respective type of PDF to be used for the output file (PDF/A-1b, PDF/A-2b, etc.). | +| PDFVer | string | optional | The PDF version for the respective type of PDF to be used for the output file (PDF/A-1b, PDF/A-2b, etc.). | | FullSheetPreview | bollean | optional | Specifies if the full sheet previews will be available or not. | | file | object | required | A file to convert in the payload. | | lang | string | optional | The default format language. It is used for the date type cells. If the language is specified, it determines the display/output format. | diff --git a/site/pages/Docs/Docs API/Using WOPI/WOPI discovery/index.md b/site/pages/Docs/Docs API/Using WOPI/WOPI discovery/index.md index a549b5001..4844741ca 100644 --- a/site/pages/Docs/Docs API/Using WOPI/WOPI discovery/index.md +++ b/site/pages/Docs/Docs API/Using WOPI/WOPI discovery/index.md @@ -20,7 +20,7 @@ The **action** element of the discovery XML provides the important characteristi | editnew | Creates a new document using a blank file template appropriate to the file type and opens this file for editing in the online office. | | embedview | Renders a non-editable view of a document that is optimized for embedding in a web page. This action is available starting from version 7.2. | | convert | Converts a document in a [binary format](../Editing%20binary%20documents/index.md) (*doc, ppt, xls*) into a modern format (*docx, pptx, xlsx*) so that it can be edited in the online office. This action is available starting from version 7.3. | -| formsubmit | Supports opening *pdf* files in the form filling mode. In this case, a user might be able to make changes to a *pdf* file even if they didn't have permission to use the *edit* action. This action is available starting from version 8.1. | +| formsubmit | Supports opening *PDF* files in the form filling mode. In this case, a user might be able to make changes to a *PDF* file even if they didn't have permission to use the *edit* action. This action is available starting from version 8.1. | | mobileView | Renders a non-editable view of a document that is optimized for viewing on mobile devices such as smartphones. This action is available starting from version 7.4. | ### Attributes diff --git a/site/pages/Docs/Document Builder/Builder App/Overview/index.md b/site/pages/Docs/Document Builder/Builder App/Overview/index.md index c1d2d3aa5..433ffa5b5 100644 --- a/site/pages/Docs/Document Builder/Builder App/Overview/index.md +++ b/site/pages/Docs/Document Builder/Builder App/Overview/index.md @@ -52,7 +52,7 @@ If you use **ONLYOFFICE Document Builder** as both an application and a script, const sProduct = Argument["product"] ``` -3. The **builder** object methods cannot be called with the JS variables. Wrap them with the *jsValue* instruction if necessary: +3. The **builder** object methods cannot be called with the JavaScript variables. Wrap them with the *jsValue* instruction if necessary: ``` ts const jsVar = "123.docx" @@ -119,7 +119,7 @@ If you use **ONLYOFFICE Document Builder** as both an application and a script, | "png" | OFFICESTUDIO\_FILE\_IMAGE\_PNG | | "bmp" | OFFICESTUDIO\_FILE\_IMAGE\_BMP | -5. The entire JavaScript context is a wrapper for its native CDocBuilder **builderJS** object. You need to work with it as with an ordinary JavaScript object. In this case, the *jsValue* instruction is not needed for the JS variables: +5. The entire JavaScript context is a wrapper for its native CDocBuilder **builderJS** object. You need to work with it as with an ordinary JavaScript object. In this case, the *jsValue* instruction is not needed for the JavaScript variables: ``` ts builderJS.OpenFile("path_or_url", "x2t_additons_as_xml") diff --git a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/Destroy/index.md b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/Destroy/index.md index 63fae9330..21d7cdb1a 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/Destroy/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/Destroy/index.md @@ -10,7 +10,7 @@ ## Description -Unloads the ONLYOFFICE Document Builder from the application memory when it is no longer needed. Generally, there is no need to dispose JS before exiting the process, it should happen automatically. It should only be used if the process needs the resources taken up by JS. +Unloads the ONLYOFFICE Document Builder from the application memory when it is no longer needed. Generally, there is no need to dispose JavaScript before exiting the process, it should happen automatically. It should only be used if the process needs the resources taken up by JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilder.Destroy` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/GetContext/index.md b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/GetContext/index.md index 9fbb6b2c3..1478310f7 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/GetContext/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/GetContext/index.md @@ -8,7 +8,7 @@ ## Description -Returns the current JS [context](../../CDocBuilderContext/index.md). +Returns the current JavaScript [context](../../CDocBuilderContext/index.md). > Please note, that for the `.docbuilder` file the `CDocBuilder.GetContext` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/SetProperty/index.md b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/SetProperty/index.md index d293833a0..8964d0461 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/SetProperty/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/SetProperty/index.md @@ -99,7 +99,7 @@ Sets an argument to the builder class which can be trasferred to the program out - {type: type, text: String^} ``` - - : The JSON argument which is sent to the global parameters of all the opened JS context. + - : The JSON argument which is sent to the global parameters of all the opened JavaScript context. - --fonts-system, default: true diff --git a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/WriteData/index.md b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/WriteData/index.md index f9eb9d408..b26b5217a 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/WriteData/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/WriteData/index.md @@ -19,7 +19,7 @@ ## Description -Writes data to the log file. It is used for logs in JS code. +Writes data to the log file. It is used for logs in JavaScript code. > Please note, that for the `.docbuilder` file the `CDocBuilder.WriteData` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/index.md b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/index.md index 3e8d9f8ec..b4f908b27 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilder/index.md @@ -21,7 +21,7 @@ Base class used by ONLYOFFICE Document Builder for the document file (text docum - [ExecuteCommand](ExecuteCommand/index.md) - : Executes the command which will be used to create the document file (text document, spreadsheet, presentation, form document, PDF). - [GetContext](GetContext/index.md) - - : Returns the current JS context. + - : Returns the current JavaScript context. - [GetVersion](GetVersion/index.md) - : Returns the ONLYOFFICE Document Builder engine version. - [Initialize](Initialize/index.md) diff --git a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateArray/index.md b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateArray/index.md index fe38c4a55..0c20abe1a 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateArray/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateArray/index.md @@ -11,7 +11,7 @@ ## Description -Creates an array value, an analogue of `new Array (length)` in JS. +Creates an array value, an analogue of `new Array (length)` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateArray` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateNull/index.md b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateNull/index.md index 684ea41fa..7cb61a458 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateNull/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateNull/index.md @@ -8,7 +8,7 @@ ## Description -Creates a null value, an analogue of `null` in JS. +Creates a null value, an analogue of `null` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateNull` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateObject/index.md b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateObject/index.md index cd8c461e9..b1ff8ca07 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateObject/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateObject/index.md @@ -8,7 +8,7 @@ ## Description -Creates an empty object, an analogue of `{}` in JS. +Creates an empty object, an analogue of `{}` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateObject` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateTypedArray/index.md b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateTypedArray/index.md index cd9920ef2..016964058 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateTypedArray/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateTypedArray/index.md @@ -13,7 +13,7 @@ ## Description -Creates a Uint8Array value, an analogue of `Uint8Array` in JS. +Creates a Uint8Array value, an analogue of `Uint8Array` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateTypedArray` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateUndefined/index.md b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateUndefined/index.md index 1b08c3aaf..cf2d8e53d 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateUndefined/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/CreateUndefined/index.md @@ -8,7 +8,7 @@ ## Description -Creates an undefined value, an analogue of `undefined` in JS. +Creates an undefined value, an analogue of `undefined` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateUndefined` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/IsError/index.md b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/IsError/index.md index c46c94908..a47d54ebc 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/IsError/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/IsError/index.md @@ -8,7 +8,7 @@ ## Description -Checks for errors in JS. +Checks for errors in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.IsError` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/index.md b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/index.md index 4e6118e86..02581698b 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderContext/index.md @@ -6,27 +6,27 @@ ## Description -Class used by ONLYOFFICE Document Builder for getting JS context for working. +Class used by ONLYOFFICE Document Builder for getting JavaScript context for working. ## Instance Methods - [CreateArray](CreateArray/index.md) - - : Creates an array, an analogue of `new Array (length)` in JS. + - : Creates an array, an analogue of `new Array (length)` in JavaScript. - [CreateNull](CreateNull/index.md) - - : Creates a null value, an analogue of `null` in JS. + - : Creates a null value, an analogue of `null` in JavaScript. - [CreateObject](CreateObject/index.md) - - : Creates an empty object, an analogue of `{}` in JS. + - : Creates an empty object, an analogue of `{}` in JavaScript. - [CreateScope](CreateScope/index.md) - : Creates a context scope. - [CreateTypedArray](CreateTypedArray/index.md) - - : Creates a Uint8Array value, an analogue of `Uint8Array` in JS. + - : Creates a Uint8Array value, an analogue of `Uint8Array` in JavaScript. - [CreateUndefined](CreateUndefined/index.md) - - : Creates an undefined value, an analogue of `undefined` in JS. + - : Creates an undefined value, an analogue of `undefined` in JavaScript. - [GetGlobal](GetGlobal/index.md) - : Returns the global object for the current context. - [IsError](IsError/index.md) - - : Checks for errors in JS. + - : Checks for errors in JavaScript. diff --git a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderValue/index.md b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderValue/index.md index b164309af..25217a0fb 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderValue/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/.Net/CDocBuilderValue/index.md @@ -6,7 +6,7 @@ ## Description -Class used by ONLYOFFICE Document Builder for getting the results of called JS commands. It represents a wrapper for a JS object. +Class used by ONLYOFFICE Document Builder for getting the results of called JavaScript commands. It represents a wrapper for a JavaScript object. The CDocBuilderValue class can be created from the primitive data types: diff --git a/site/pages/Docs/Document Builder/Builder Framework/.Net/index.md b/site/pages/Docs/Document Builder/Builder Framework/.Net/index.md index df4c64765..ae8b7c4e4 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/.Net/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/.Net/index.md @@ -13,11 +13,11 @@ The current application version contains four main classes: - [CDocBuilder](CDocBuilder/index.md) - : Used by ONLYOFFICE Document Builder for the document file (text document, spreadsheet, presentation, form document, PDF) to be generated. - [CDocBuilderContext](CDocBuilderContext/index.md) - - : Used by ONLYOFFICE Document Builder for getting JS context for working. + - : Used by ONLYOFFICE Document Builder for getting JavaScript context for working. - [CDocBuilderContextScope](CDocBuilderContextScope/index.md) - : The stack-allocated class which sets the execution context for all operations executed within a local scope. - [CDocBuilderValue](CDocBuilderValue/index.md) - - : Used by ONLYOFFICE Document Builder for getting the results of called JS commands. It represents a wrapper for a JS object. + - : Used by ONLYOFFICE Document Builder for getting the results of called JavaScript commands. It represents a wrapper for a JavaScript object. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Builder framework samples/.Net samples guide/index.md b/site/pages/Docs/Document Builder/Builder Framework/Builder framework samples/.Net samples guide/index.md index 1204af234..c6831383b 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Builder framework samples/.Net samples guide/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Builder framework samples/.Net samples guide/index.md @@ -101,7 +101,7 @@ To create the [C# sample](https://github.com/ONLYOFFICE/document-builder-samples > Available only on Windows with Visual Studio and .NET SDK installed. -To run the C# code samples, use the `configure/configure.py` python script which is able to generate the [Visual Studio project files](#visual-studio). +To run the C# code samples, use the `configure/configure.py` Python script which is able to generate the [Visual Studio project files](#visual-studio). To use `configure.py`, specify the following options: diff --git a/site/pages/Docs/Document Builder/Builder Framework/Builder framework samples/C++ samples guide/index.md b/site/pages/Docs/Document Builder/Builder Framework/Builder framework samples/C++ samples guide/index.md index 9e5e56415..bc9d493d3 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Builder framework samples/C++ samples guide/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Builder framework samples/C++ samples guide/index.md @@ -89,7 +89,7 @@ To create the [C++ sample](https://github.com/ONLYOFFICE/document-builder-sample ## Run the sample -To run the C++ code samples, use the `configure/configure.py` python script which is able to generate: +To run the C++ code samples, use the `configure/configure.py` Python script which is able to generate: - [Visual Studio project files](#visual-studio); - [Qt project files](#qt); diff --git a/site/pages/Docs/Document Builder/Builder Framework/Builder framework samples/Python samples guide/index.md b/site/pages/Docs/Document Builder/Builder Framework/Builder framework samples/Python samples guide/index.md index eb4c30009..078012276 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Builder framework samples/Python samples guide/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Builder framework samples/Python samples guide/index.md @@ -92,7 +92,7 @@ To create the [Python sample](https://github.com/ONLYOFFICE/document-builder-sam ## Run the sample -To run the Python code samples, use the `configure/configure.py` python script. +To run the Python code samples, use the `configure/configure.py` Python script. To use `configure.py`, specify the following options: diff --git a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/Dispose/index.md b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/Dispose/index.md index c908f90c6..b017ec37c 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/Dispose/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/Dispose/index.md @@ -10,7 +10,7 @@ ## Description -Unloads the ONLYOFFICE Document Builder from the application memory when it is no longer needed. Generally, there is no need to dispose JS before exiting the process, it should happen automatically. It should only be used if the process needs the resources taken up by JS. +Unloads the ONLYOFFICE Document Builder from the application memory when it is no longer needed. Generally, there is no need to dispose JavaScript before exiting the process, it should happen automatically. It should only be used if the process needs the resources taken up by JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilder.Dispose` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/GetContext/index.md b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/GetContext/index.md index 8fe5dfb25..352558820 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/GetContext/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/GetContext/index.md @@ -8,7 +8,7 @@ ## Description -Returns the current JS [context](../../CDocBuilderContext/index.md). +Returns the current JavaScript [context](../../CDocBuilderContext/index.md). > Please note, that for the `.docbuilder` file the `CDocBuilder.GetContext` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/SetProperty/index.md b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/SetProperty/index.md index a54318136..98cb7cf6a 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/SetProperty/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/SetProperty/index.md @@ -99,7 +99,7 @@ Sets an argument in the UTF8 format to the builder class which can be trasferred - {type: type, text: const wchar_t*} ``` - - : The JSON argument which is sent to the global parameters of all the opened JS context. + - : The JSON argument which is sent to the global parameters of all the opened JavaScript context. - --fonts-system, default: true diff --git a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/SetPropertyW/index.md b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/SetPropertyW/index.md index 2c78c0c6f..18cc43326 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/SetPropertyW/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/SetPropertyW/index.md @@ -99,7 +99,7 @@ Sets an argument in the Unicode format which can be trasferred to the program ou - {type: type, text: const wchar_t*} ``` - - : The JSON argument which is sent to the global parameters of all the opened JS context. + - : The JSON argument which is sent to the global parameters of all the opened JavaScript context. - --fonts-system, default: true diff --git a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/WriteData/index.md b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/WriteData/index.md index ced72df0d..a6ab148bb 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/WriteData/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/WriteData/index.md @@ -19,7 +19,7 @@ ## Description -Writes data to the log file. It is used for logs in JS code. +Writes data to the log file. It is used for logs in JavaScript code. > Please note, that for the `.docbuilder` file the `CDocBuilder.WriteData` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/index.md b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/index.md index 7eb320d71..0fb7a74f5 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilder/index.md @@ -21,7 +21,7 @@ Base class used by ONLYOFFICE Document Builder for the document file (text docum - [ExecuteCommand](ExecuteCommand/index.md) - : Executes the command which will be used to create the document file (text document, spreadsheet, presentation, form document, PDF). - [GetContext](GetContext/index.md) - - : Returns the current JS context. + - : Returns the current JavaScript context. - [GetVersion](GetVersion/index.md) - : Returns the ONLYOFFICE Document Builder engine version. - [Initialize](Initialize/index.md) diff --git a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateArray/index.md b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateArray/index.md index 6ca3c6313..473266b4a 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateArray/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateArray/index.md @@ -11,7 +11,7 @@ ## Description -Creates an array value, an analogue of `new Array (length)` in JS. +Creates an array value, an analogue of `new Array (length)` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateArray` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateNull/index.md b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateNull/index.md index fdbfed68a..2e0819542 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateNull/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateNull/index.md @@ -8,7 +8,7 @@ ## Description -Creates a null value, an analogue of `null` in JS. +Creates a null value, an analogue of `null` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateNull` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateObject/index.md b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateObject/index.md index de7a0ec87..77bc4049c 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateObject/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateObject/index.md @@ -8,7 +8,7 @@ ## Description -Creates an empty object, an analogue of `{}` in JS. +Creates an empty object, an analogue of `{}` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateObject` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateTypedArray/index.md b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateTypedArray/index.md index cc1febb6b..1c0d5800b 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateTypedArray/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateTypedArray/index.md @@ -19,7 +19,7 @@ ## Description -Creates a Uint8Array value, an analogue of `Uint8Array` in JS. +Creates a Uint8Array value, an analogue of `Uint8Array` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateTypedArray` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateUndefined/index.md b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateUndefined/index.md index e56a01f08..d22067b54 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateUndefined/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/CreateUndefined/index.md @@ -8,7 +8,7 @@ ## Description -Creates an undefined value, an analogue of `undefined` in JS. +Creates an undefined value, an analogue of `undefined` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateUndefined` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/IsError/index.md b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/IsError/index.md index ece12f827..322a52321 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/IsError/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/IsError/index.md @@ -8,7 +8,7 @@ ## Description -Checks for errors in JS. The error message and call stack will be written to `std::cerr`. +Checks for errors in JavaScript. The error message and call stack will be written to `std::cerr`. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.IsError` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/index.md b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/index.md index 4c985489d..95d55b50c 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderContext/index.md @@ -6,7 +6,7 @@ ## Description -Class used by ONLYOFFICE Document Builder for getting JS context for working. +Class used by ONLYOFFICE Document Builder for getting JavaScript context for working. ## Instance Methods @@ -15,22 +15,22 @@ Class used by ONLYOFFICE Document Builder for getting JS context for working. - [AllocMemoryTypedArray](AllocMemoryTypedArray/index.md) - : Allocates the memory for a typed array. - [CreateArray](CreateArray/index.md) - - : Creates an array, an analogue of `new Array (length)` in JS. + - : Creates an array, an analogue of `new Array (length)` in JavaScript. - [CreateNull](CreateNull/index.md) - - : Creates a null value, an analogue of `null` in JS. + - : Creates a null value, an analogue of `null` in JavaScript. - [CreateObject](CreateObject/index.md) - - : Creates an empty object, an analogue of `{}` in JS. + - : Creates an empty object, an analogue of `{}` in JavaScript. - [CreateScope](CreateScope/index.md) - : Creates a context scope. - [CreateTypedArray](CreateTypedArray/index.md) - - : Creates a Uint8Array value, an analogue of `Uint8Array` in JS. + - : Creates a Uint8Array value, an analogue of `Uint8Array` in JavaScript. - [CreateUndefined](CreateUndefined/index.md) - - : Creates an undefined value, an analogue of `undefined` in JS. + - : Creates an undefined value, an analogue of `undefined` in JavaScript. - [FreeMemoryTypedArray](FreeMemoryTypedArray/index.md) - : Frees the memory for a typed array. - [GetGlobal](GetGlobal/index.md) - : Returns the global object for the current context. - [IsError](IsError/index.md) - - : Checks for errors in JS. + - : Checks for errors in JavaScript. diff --git a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderValue/index.md b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderValue/index.md index 341f3e77e..f6c4a420f 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderValue/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/C++/CDocBuilderValue/index.md @@ -6,7 +6,7 @@ ## Description -Class used by ONLYOFFICE Document Builder for getting the results of called JS commands. It represents a wrapper for a JS object. +Class used by ONLYOFFICE Document Builder for getting the results of called JavaScript commands. It represents a wrapper for a JavaScript object. The `CDocBuilderValue` class can be created from the primitive data types: diff --git a/site/pages/Docs/Document Builder/Builder Framework/C++/index.md b/site/pages/Docs/Document Builder/Builder Framework/C++/index.md index 2688a0f08..6f73cc65f 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/C++/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/C++/index.md @@ -13,11 +13,11 @@ The current application version contains four main classes: - [CDocBuilder](CDocBuilder/index.md) - : Used by ONLYOFFICE Document Builder for the document file (text document, spreadsheet, presentation, form document, PDF) to be generated. - [CDocBuilderContext](CDocBuilderContext/index.md) - - : Used by ONLYOFFICE Document Builder for getting JS context for working. + - : Used by ONLYOFFICE Document Builder for getting JavaScript context for working. - [CDocBuilderContextScope](CDocBuilderContextScope/index.md) - : The stack-allocated class which sets the execution context for all operations executed within a local scope. - [CDocBuilderValue](CDocBuilderValue/index.md) - - : Used by ONLYOFFICE Document Builder for getting the results of called JS commands. It represents a wrapper for a JS object. + - : Used by ONLYOFFICE Document Builder for getting the results of called JavaScript commands. It represents a wrapper for a JavaScript object. diff --git a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/Dispose/index.md b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/Dispose/index.md index 8d671a57f..b6eb0a5cf 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/Dispose/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/Dispose/index.md @@ -8,7 +8,7 @@ ## Description -Unloads the ONLYOFFICE Document Builder from the application memory when it is no longer needed. Generally, there is no need to dispose JS before exiting the process, it should happen automatically. It should only be used if the process needs the resources taken up by JS. +Unloads the ONLYOFFICE Document Builder from the application memory when it is no longer needed. Generally, there is no need to dispose JavaScript before exiting the process, it should happen automatically. It should only be used if the process needs the resources taken up by JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilder.Dispose` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/GetContext/index.md b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/GetContext/index.md index 90802aeb3..95f7f61e1 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/GetContext/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/GetContext/index.md @@ -11,7 +11,7 @@ ## Description -Returns the current JS [context](../../CDocBuilderContext/index.md). +Returns the current JavaScript [context](../../CDocBuilderContext/index.md). > Please note, that for the `.docbuilder` file the `CDocBuilder.GetContext` method is not used. @@ -25,7 +25,7 @@ Returns the current JS [context](../../CDocBuilderContext/index.md). - {id: ../../CDocBuilderContext/index.md, token: {type: type, text: I_DOCBUILDER_CONTEXT**}} ``` - - : The returned JS context. + - : The returned JavaScript context. diff --git a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/SetProperty/index.md b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/SetProperty/index.md index 726d066fd..0429c198c 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/SetProperty/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/SetProperty/index.md @@ -99,7 +99,7 @@ Sets an argument to the builder class which can be trasferred to the program out - {type: type, text: BSTR} ``` - - : The JSON argument which is sent to the global parameters of all the opened JS context. + - : The JSON argument which is sent to the global parameters of all the opened JavaScript context. - --fonts-system, default: true diff --git a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/WriteData/index.md b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/WriteData/index.md index 1e2c6e9d0..1d75588fe 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/WriteData/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/WriteData/index.md @@ -19,7 +19,7 @@ ## Description -Writes data to the log file. It is used for logs in JS code. +Writes data to the log file. It is used for logs in JavaScript code. > Please note, that for the `.docbuilder` file the `CDocBuilder.WriteData` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/index.md b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/index.md index 53cb648d7..09bbc78ed 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/index.md @@ -25,7 +25,7 @@ Base class used by ONLYOFFICE Document Builder for the document file (text docum - [ExecuteCommand](ExecuteCommand/index.md) - : Executes the command which will be used to create the document file (text document, spreadsheet, presentation, form document, PDF). - [GetContext](GetContext/index.md) - - : Returns the current JS context. + - : Returns the current JavaScript context. - [Initialize](Initialize/index.md) - : Initializes the ONLYOFFICE Document Builder as a library for the application to be able to work with it. - [IsSaveWithDoctrendererMode](IsSaveWithDoctrendererMode/index.md) diff --git a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateArray/index.md b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateArray/index.md index 9ea1bde57..c289b160f 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateArray/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateArray/index.md @@ -15,7 +15,7 @@ ## Description -Creates an array value, an analogue of `new Array (length)` in JS. +Creates an array value, an analogue of `new Array (length)` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateArray` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateNull/index.md b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateNull/index.md index 900e61766..ed30dcfa1 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateNull/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateNull/index.md @@ -11,7 +11,7 @@ ## Description -Creates a null value, an analogue of `null` in JS. +Creates a null value, an analogue of `null` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateNull` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateObject/index.md b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateObject/index.md index 50a3b3032..4c8a357e5 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateObject/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateObject/index.md @@ -11,7 +11,7 @@ ## Description -Creates an empty object, an analogue of `{}` in JS. +Creates an empty object, an analogue of `{}` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateObject` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateTypedArray/index.md b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateTypedArray/index.md index 7ed6259b3..56b968d77 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateTypedArray/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateTypedArray/index.md @@ -19,7 +19,7 @@ ## Description -Creates a Uint8Array value, an analogue of `Uint8Array` in JS. +Creates a Uint8Array value, an analogue of `Uint8Array` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateTypedArray` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateUndefined/index.md b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateUndefined/index.md index 600c5a524..d7771d2f7 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateUndefined/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/CreateUndefined/index.md @@ -11,7 +11,7 @@ ## Description -Creates an undefined value, an analogue of `undefined` in JS. +Creates an undefined value, an analogue of `undefined` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateUndefined` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/IsError/index.md b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/IsError/index.md index fd9b1b75e..da25eca29 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/IsError/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/IsError/index.md @@ -11,7 +11,7 @@ ## Description -Checks for errors in JS. +Checks for errors in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.IsError` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/index.md b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/index.md index 4e6118e86..02581698b 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderContext/index.md @@ -6,27 +6,27 @@ ## Description -Class used by ONLYOFFICE Document Builder for getting JS context for working. +Class used by ONLYOFFICE Document Builder for getting JavaScript context for working. ## Instance Methods - [CreateArray](CreateArray/index.md) - - : Creates an array, an analogue of `new Array (length)` in JS. + - : Creates an array, an analogue of `new Array (length)` in JavaScript. - [CreateNull](CreateNull/index.md) - - : Creates a null value, an analogue of `null` in JS. + - : Creates a null value, an analogue of `null` in JavaScript. - [CreateObject](CreateObject/index.md) - - : Creates an empty object, an analogue of `{}` in JS. + - : Creates an empty object, an analogue of `{}` in JavaScript. - [CreateScope](CreateScope/index.md) - : Creates a context scope. - [CreateTypedArray](CreateTypedArray/index.md) - - : Creates a Uint8Array value, an analogue of `Uint8Array` in JS. + - : Creates a Uint8Array value, an analogue of `Uint8Array` in JavaScript. - [CreateUndefined](CreateUndefined/index.md) - - : Creates an undefined value, an analogue of `undefined` in JS. + - : Creates an undefined value, an analogue of `undefined` in JavaScript. - [GetGlobal](GetGlobal/index.md) - : Returns the global object for the current context. - [IsError](IsError/index.md) - - : Checks for errors in JS. + - : Checks for errors in JavaScript. diff --git a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderValue/index.md b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderValue/index.md index b085f6f7e..1065e3f01 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderValue/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilderValue/index.md @@ -6,7 +6,7 @@ ## Description -Class used by ONLYOFFICE Document Builder for getting the results of called JS commands. It represents a wrapper for a JS object. +Class used by ONLYOFFICE Document Builder for getting the results of called JavaScript commands. It represents a wrapper for a JavaScript object. ## Instance Methods diff --git a/site/pages/Docs/Document Builder/Builder Framework/COM/index.md b/site/pages/Docs/Document Builder/Builder Framework/COM/index.md index a6838a57b..dd509df40 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/COM/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/COM/index.md @@ -13,11 +13,11 @@ The current application version contains four main classes: - [CDocBuilder](CDocBuilder/index.md) - : Used by ONLYOFFICE Document Builder for the document file (text document, spreadsheet, presentation, form document, PDF) to be generated. - [CDocBuilderContext](CDocBuilderContext/index.md) - - : Used by ONLYOFFICE Document Builder for getting JS context for working. + - : Used by ONLYOFFICE Document Builder for getting JavaScript context for working. - [CDocBuilderContextScope](CDocBuilderContextScope/index.md) - : The stack-allocated class which sets the execution context for all operations executed within a local scope. - [CDocBuilderValue](CDocBuilderValue/index.md) - - : Used by ONLYOFFICE Document Builder for getting the results of called JS commands. It represents a wrapper for a JS object. + - : Used by ONLYOFFICE Document Builder for getting the results of called JavaScript commands. It represents a wrapper for a JavaScript object. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/dispose/index.md b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/dispose/index.md index 2b27689b7..c911331b4 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/dispose/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/dispose/index.md @@ -8,7 +8,7 @@ ## Description -Unloads the ONLYOFFICE Document Builder from the application memory when it is no longer needed. Generally, there is no need to dispose JS before exiting the process, it should happen automatically. It should only be used if the process needs the resources taken up by JS. +Unloads the ONLYOFFICE Document Builder from the application memory when it is no longer needed. Generally, there is no need to dispose JavaScript before exiting the process, it should happen automatically. It should only be used if the process needs the resources taken up by JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilder.dispose` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/getContext/index.md b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/getContext/index.md index 21a8fdb71..7cc0a9bd4 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/getContext/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/getContext/index.md @@ -13,7 +13,7 @@ ## Description -Returns the current JS [context](../../CDocBuilderContext/index.md). +Returns the current JavaScript [context](../../CDocBuilderContext/index.md). > Please note, that for the `.docbuilder` file the `CDocBuilder.getContext` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/index.md b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/index.md index 0bb025ce5..2b8e2461d 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/index.md @@ -21,7 +21,7 @@ Base class used by ONLYOFFICE Document Builder for the document file (text docum - [executeCommand](executeCommand/index.md) - : Executes the command which will be used to create the document file (text document, spreadsheet, presentation, form document, PDF). - [getContext](getContext/index.md) - - : Returns the current JS context. + - : Returns the current JavaScript context. - [getVersion](getVersion/index.md) - : Returns the ONLYOFFICE Document Builder engine version. - [initialize](initialize/index.md) diff --git a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/setProperty/index.md b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/setProperty/index.md index e3a3a4258..29b8da3a3 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/setProperty/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/setProperty/index.md @@ -99,7 +99,7 @@ Sets an argument to the builder class which can be trasferred to the program out - {type: type, text: String} ``` - - : The JSON argument which is sent to the global parameters of all the opened JS context. + - : The JSON argument which is sent to the global parameters of all the opened JavaScript context. - --fonts-system, default: true diff --git a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/writeData/index.md b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/writeData/index.md index 5af097aff..34e678f88 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/writeData/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilder/writeData/index.md @@ -19,7 +19,7 @@ ## Description -Writes data to the log file. It is used for logs in JS code. +Writes data to the log file. It is used for logs in JavaScript code. > Please note, that for the `.docbuilder` file the `CDocBuilder.writeData` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createArray/index.md b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createArray/index.md index e5ce6a947..e973cc593 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createArray/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createArray/index.md @@ -11,7 +11,7 @@ ## Description -Creates an array value, an analogue of `new Array (length)` in JS. +Creates an array value, an analogue of `new Array (length)` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.createArray` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createNull/index.md b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createNull/index.md index 863b73e88..c60fdcce0 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createNull/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createNull/index.md @@ -8,7 +8,7 @@ ## Description -Creates a null value, an analogue of `null` in JS. +Creates a null value, an analogue of `null` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.createNull` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createObject/index.md b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createObject/index.md index 1d1cc8b67..024b65093 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createObject/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createObject/index.md @@ -8,7 +8,7 @@ ## Description -Creates an empty object, an analogue of `{}` in JS. +Creates an empty object, an analogue of `{}` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.createObject` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createUndefined/index.md b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createUndefined/index.md index 4e3273062..09b01301a 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createUndefined/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/createUndefined/index.md @@ -8,7 +8,7 @@ ## Description -Creates an undefined value, an analogue of `undefined` in JS. +Creates an undefined value, an analogue of `undefined` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.createUndefined` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/index.md b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/index.md index c5c539442..7a20b80b7 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/index.md @@ -6,25 +6,25 @@ ## Description -Class used by ONLYOFFICE Document Builder for getting JS context for working. +Class used by ONLYOFFICE Document Builder for getting JavaScript context for working. ## Instance Methods - [createArray](createArray/index.md) - - : Creates an array, an analogue of `new Array (length)` in JS. + - : Creates an array, an analogue of `new Array (length)` in JavaScript. - [createNull](createNull/index.md) - - : Creates a null value, an analogue of `null` in JS. + - : Creates a null value, an analogue of `null` in JavaScript. - [createObject](createObject/index.md) - - : Creates an empty object, an analogue of `{}` in JS. + - : Creates an empty object, an analogue of `{}` in JavaScript. - [createScope](createScope/index.md) - : Creates a context scope. - [createUndefined](createUndefined/index.md) - - : Creates an undefined value, an analogue of `undefined` in JS. + - : Creates an undefined value, an analogue of `undefined` in JavaScript. - [getGlobal](getGlobal/index.md) - : Returns the global object for the current context. - [isError](isError/index.md) - - : Checks for errors in JS. + - : Checks for errors in JavaScript. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/isError/index.md b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/isError/index.md index 333543506..83efadb26 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/isError/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderContext/isError/index.md @@ -8,7 +8,7 @@ ## Description -Checks for errors in JS. +Checks for errors in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.isError` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderValue/index.md b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderValue/index.md index 31daf0803..c3888fb2b 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderValue/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Java/CDocBuilderValue/index.md @@ -6,7 +6,7 @@ ## Description -Class used by ONLYOFFICE Document Builder for getting the results of called JS commands. It represents a wrapper for a JS object. +Class used by ONLYOFFICE Document Builder for getting the results of called JavaScript commands. It represents a wrapper for a JavaScript object. The `CDocBuilderValue` class can be created from the primitive data types: diff --git a/site/pages/Docs/Document Builder/Builder Framework/Java/index.md b/site/pages/Docs/Document Builder/Builder Framework/Java/index.md index 83fd48525..6da3ebc2e 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Java/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Java/index.md @@ -13,11 +13,11 @@ The current application version contains five main classes: - [CDocBuilder](CDocBuilder/index.md) - : Used by ONLYOFFICE Document Builder for the document file (text document, spreadsheet, presentation, form document, PDF) to be generated. - [CDocBuilderValue](CDocBuilderValue/index.md) - - : Used by ONLYOFFICE Document Builder for getting the results of called JS commands. It represents a wrapper for a JS object. + - : Used by ONLYOFFICE Document Builder for getting the results of called JavaScript commands. It represents a wrapper for a JavaScript object. - [CDocBuilderContextScope](CDocBuilderContextScope/index.md) - : The stack-allocated class which sets the execution context for all operations executed within a local scope. - [CDocBuilderContext](CDocBuilderContext/index.md) - - : Used by ONLYOFFICE Document Builder for getting JS context for working. + - : Used by ONLYOFFICE Document Builder for getting JavaScript context for working. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/Dispose/index.md b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/Dispose/index.md index 2a7f0d5a8..5385a629d 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/Dispose/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/Dispose/index.md @@ -9,7 +9,7 @@ ## Description -Unloads the ONLYOFFICE Document Builder from the application memory when it is no longer needed. Generally, there is no need to dispose JS before exiting the process, it should happen automatically. It should only be used if the process needs the resources taken up by JS. +Unloads the ONLYOFFICE Document Builder from the application memory when it is no longer needed. Generally, there is no need to dispose JavaScript before exiting the process, it should happen automatically. It should only be used if the process needs the resources taken up by JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilder.Dispose` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/GetContext/index.md b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/GetContext/index.md index ceb88f77c..f9fa9eb6f 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/GetContext/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/GetContext/index.md @@ -9,7 +9,7 @@ ## Description -Returns the current JS [context](../../CDocBuilderContext/index.md). +Returns the current JavaScript [context](../../CDocBuilderContext/index.md). > Please note, that for the `.docbuilder` file the `CDocBuilder.GetContext` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/SetProperty/index.md b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/SetProperty/index.md index a9bcd23f0..f1eb7bb7d 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/SetProperty/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/SetProperty/index.md @@ -101,7 +101,7 @@ Sets an argument in the UTF8 format to the builder class which can be trasferred - {type: type, text: str} ``` - - : The JSON argument which is sent to the global parameters of all the opened JS context. + - : The JSON argument which is sent to the global parameters of all the opened JavaScript context. - --fonts-system, default: true diff --git a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/WriteData/index.md b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/WriteData/index.md index 23add4824..c7df5c5aa 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/WriteData/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/WriteData/index.md @@ -21,7 +21,7 @@ ## Description -Writes data to the log file. It is used for logs in JS code. +Writes data to the log file. It is used for logs in JavaScript code. > Please note, that for the `.docbuilder` file the `CDocBuilder.WriteData` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/index.md b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/index.md index f295de1cf..52f8ea3c3 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilder/index.md @@ -21,7 +21,7 @@ Base class used by ONLYOFFICE Document Builder for the document file (text docum - [ExecuteCommand](ExecuteCommand/index.md) - : Executes the command which will be used to create the document file (text document, spreadsheet, presentation, form document, PDF) - [GetContext](GetContext/index.md) - - : Returns the current JS context. + - : Returns the current JavaScript context. - [GetVersion](GetVersion/index.md) - : Returns the ONLYOFFICE Document Builder engine version. - [Initialize](Initialize/index.md) diff --git a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateArray/index.md b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateArray/index.md index 24567c039..d0679511c 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateArray/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateArray/index.md @@ -13,7 +13,7 @@ ## Description -Creates an array value, an analogue of `new Array (length)` in JS. +Creates an array value, an analogue of `new Array (length)` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateArray` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateNull/index.md b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateNull/index.md index 84f948971..35089ace4 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateNull/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateNull/index.md @@ -9,7 +9,7 @@ ## Description -Creates a null value, an analogue of `null` in JS. +Creates a null value, an analogue of `null` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateNull` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateObject/index.md b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateObject/index.md index 9c10b67eb..1643a224e 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateObject/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateObject/index.md @@ -9,7 +9,7 @@ ## Description -Creates an empty object, an analogue of `{}` in JS. +Creates an empty object, an analogue of `{}` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateObject` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateUndefined/index.md b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateUndefined/index.md index f191f014a..eedc04bf8 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateUndefined/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/CreateUndefined/index.md @@ -9,7 +9,7 @@ ## Description -Creates an undefined value, an analogue of `undefined` in JS. +Creates an undefined value, an analogue of `undefined` in JavaScript. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.CreateUndefined` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/IsError/index.md b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/IsError/index.md index 54b2c2e3d..42e70cebe 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/IsError/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/IsError/index.md @@ -9,7 +9,7 @@ ## Description -Checks for errors in JS. The error message and call stack will be written to `std::cerr`. +Checks for errors in JavaScript. The error message and call stack will be written to `std::cerr`. > Please note, that for the `.docbuilder` file the `CDocBuilderContext.IsError` method is not used. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/index.md b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/index.md index bf30d59b3..d7292640e 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderContext/index.md @@ -6,25 +6,25 @@ ## Description -Class used by ONLYOFFICE Document Builder for getting JS context for working. +Class used by ONLYOFFICE Document Builder for getting JavaScript context for working. ## Instance Methods - [CreateArray](CreateArray/index.md) - - : Creates an array, an analogue of `new Array (length)` in JS. + - : Creates an array, an analogue of `new Array (length)` in JavaScript. - [CreateNull](CreateNull/index.md) - - : Creates a null value, an analogue of `null` in JS. + - : Creates a null value, an analogue of `null` in JavaScript. - [CreateObject](CreateObject/index.md) - - : Creates an empty object, an analogue of `{}` in JS. + - : Creates an empty object, an analogue of `{}` in JavaScript. - [CreateScope](CreateScope/index.md) - : Creates a context scope. - [CreateUndefined](CreateUndefined/index.md) - - : Creates an undefined value, an analogue of `undefined` in JS. + - : Creates an undefined value, an analogue of `undefined` in JavaScript. - [GetGlobal](GetGlobal/index.md) - : Returns the global object for the current context. - [IsError](IsError/index.md) - - : Checks for errors in JS. + - : Checks for errors in JavaScript. diff --git a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderValue/index.md b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderValue/index.md index b6276ccea..01f2eca77 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderValue/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Python/CDocBuilderValue/index.md @@ -6,7 +6,7 @@ ## Description -Class used by ONLYOFFICE Document Builder for getting the results of called JS commands. It represents a wrapper for a JS object. +Class used by ONLYOFFICE Document Builder for getting the results of called JavaScript commands. It represents a wrapper for a JavaScript object. ## Instance Methods diff --git a/site/pages/Docs/Document Builder/Builder Framework/Python/index.md b/site/pages/Docs/Document Builder/Builder Framework/Python/index.md index a5d1bfb32..a096b1aa0 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/Python/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/Python/index.md @@ -13,11 +13,11 @@ The current application version contains four main classes: - [CDocBuilder](CDocBuilder/index.md) - : Used by ONLYOFFICE Document Builder for the document file (text document, spreadsheet, presentation, form document, PDF) to be generated. - [CDocBuilderContext](CDocBuilderContext/index.md) - - : Used by ONLYOFFICE Document Builder for getting JS context for working. + - : Used by ONLYOFFICE Document Builder for getting JavaScript context for working. - [CDocBuilderContextScope](CDocBuilderContextScope/index.md) - : The stack-allocated class which sets the execution context for all operations executed within a local scope. - [CDocBuilderValue](CDocBuilderValue/index.md) - - : Used by ONLYOFFICE Document Builder for getting the results of called JS commands. It represents a wrapper for a JS object. + - : Used by ONLYOFFICE Document Builder for getting the results of called JavaScript commands. It represents a wrapper for a JavaScript object. diff --git a/site/pages/Docs/Document Builder/Builder Server/Node.js example/index.md b/site/pages/Docs/Document Builder/Builder Server/Node.js example/index.md index b4cf2dd7d..ed0b4985a 100644 --- a/site/pages/Docs/Document Builder/Builder Server/Node.js example/index.md +++ b/site/pages/Docs/Document Builder/Builder Server/Node.js example/index.md @@ -28,7 +28,7 @@ You need to connnect the ONLYOFFICE Document Builder to your web site. For that ### Step 3. System requirements -Download and install the **node.js** enviroment which is going to be used to run the Node.js project. Please follow the link at the oficial website: , choosing the correct version for your Windows OS (32-bit or 64-bit). +Download and install the **Node.js** enviroment which is going to be used to run the Node.js project. Please follow the link at the oficial website: , choosing the correct version for your Windows OS (32-bit or 64-bit). ### Step 4. Running the Node.js code diff --git a/site/pages/Docs/Office API/Usage API/Form API/index.md b/site/pages/Docs/Office API/Usage API/Form API/index.md index 8bc5b8f31..5c1f9dbe8 100644 --- a/site/pages/Docs/Office API/Usage API/Form API/index.md +++ b/site/pages/Docs/Office API/Usage API/Form API/index.md @@ -6,9 +6,9 @@ A form document has exactly the same structure as a [text document](../Text%20Do ## Creating a new form document -To create a form document, the [CreateFile](../../../Document%20Builder/Builder%20Framework/C++/CDocBuilder/CreateFile/index.md) method with the *"pdf"* extension must be used. +To create a form document, the [CreateFile](../../../Document%20Builder/Builder%20Framework/C++/CDocBuilder/CreateFile/index.md) method with the *"PDF"* extension must be used. -To save the ready document as a form, you need to use the [SaveFile](../../../Document%20Builder/Builder%20Framework/C++/CDocBuilder/SaveFile/index.md) method with the *"pdf"* extension. +To save the ready document as a form, you need to use the [SaveFile](../../../Document%20Builder/Builder%20Framework/C++/CDocBuilder/SaveFile/index.md) method with the *"PDF"* extension. The simplest example form document with a single text form containing the "John Smith" text can be built with the help of **ONLYOFFICE Document Builder** using the following code: diff --git a/site/pages/Docs/Plugin and Macros/Customization/Toolbar/index.md b/site/pages/Docs/Plugin and Macros/Customization/Toolbar/index.md index feaedc5fc..ae6191dce 100644 --- a/site/pages/Docs/Plugin and Macros/Customization/Toolbar/index.md +++ b/site/pages/Docs/Plugin and Macros/Customization/Toolbar/index.md @@ -164,7 +164,7 @@ Plugins can be placed on the toolbar: create their own tabs and fill them, add b | draw | Draw | | layout | Layout | | links | References | - | forms | Forms (only for pdf forms) | + | forms | Forms (only for PDF forms) | | review | Collaboration | | protect | Protection | | view | View | diff --git a/site/pages/Docs/Plugin and Macros/Interacting with editors/Overview/How to call commands/index.md b/site/pages/Docs/Plugin and Macros/Interacting with editors/Overview/How to call commands/index.md index 7a2307124..002831474 100644 --- a/site/pages/Docs/Plugin and Macros/Interacting with editors/Overview/How to call commands/index.md +++ b/site/pages/Docs/Plugin and Macros/Interacting with editors/Overview/How to call commands/index.md @@ -32,7 +32,7 @@ Type: boolean #### callback -The result that the method returns. Only the js standart types are available (any objects will be replaced *with undefined*). +The result that the method returns. Only the JavaScript standart types are available (any objects will be replaced *with undefined*). Type: function @@ -95,7 +95,7 @@ Type: string Example: "word" -#### guid +#### GUID The OLE object GUID in the current document. @@ -217,7 +217,7 @@ function createScriptFromArray(aSelected) { } ``` -### Example for the guid parameter +### Example for the GUID parameter ``` ts window.Asc.plugin.init = () => { diff --git a/site/pages/Docs/Plugin and Macros/Macros/Getting started/index.md b/site/pages/Docs/Plugin and Macros/Macros/Getting started/index.md index 5062cee58..6bc506415 100644 --- a/site/pages/Docs/Plugin and Macros/Macros/Getting started/index.md +++ b/site/pages/Docs/Plugin and Macros/Macros/Getting started/index.md @@ -8,7 +8,7 @@ There are several reasons why ONLYOFFICE uses JavaScript for macros: - cross-platform, - easy to use, -- security, as macros do not have any access to the system. They are just JS code that runs in the same window with the editors. +- security, as macros do not have any access to the system. They are just JavaScript code that runs in the same window with the editors. > Please note that starting from version 7.1, the access to the *window* and *document* objects and the *alert* function is restricted from the macros because the *"use strict"* mode was applied to the macro scripts. Don't forget to declare variables before using them so that the macros work correctly. diff --git a/site/pages/Docs/Plugin and Macros/Macros/Samples/Insert unique id/index.md b/site/pages/Docs/Plugin and Macros/Macros/Samples/Insert unique id/index.md index c971321e9..89653dd44 100644 --- a/site/pages/Docs/Plugin and Macros/Macros/Samples/Insert unique id/index.md +++ b/site/pages/Docs/Plugin and Macros/Macros/Samples/Insert unique id/index.md @@ -4,7 +4,7 @@ order: -5 ## Description -Inserts a unique id into a form document. +Inserts a unique ID into a form document. diff --git a/site/pages/Docs/Plugin and Macros/Macros/Samples/index.md b/site/pages/Docs/Plugin and Macros/Macros/Samples/index.md index 87e7835ec..867e0360e 100644 --- a/site/pages/Docs/Plugin and Macros/Macros/Samples/index.md +++ b/site/pages/Docs/Plugin and Macros/Macros/Samples/index.md @@ -106,9 +106,9 @@ In this example we are removing shapes from the presentation. [More](Remove%20shapes%20from%20slides/index.md) -## Insert unique id +## Insert unique ID -In this example we are inserting a unique id into a form document. +In this example we are inserting a unique ID into a form document. [More](Insert%20unique%20id/index.md) diff --git a/site/pages/Docs/Plugin and Macros/More Information/Changelog/index.md b/site/pages/Docs/Plugin and Macros/More Information/Changelog/index.md index 287ccecb4..d00940fa4 100644 --- a/site/pages/Docs/Plugin and Macros/More Information/Changelog/index.md +++ b/site/pages/Docs/Plugin and Macros/More Information/Changelog/index.md @@ -7,10 +7,10 @@ The list of changes for ONLYOFFICE Plugins and Macros API. ## Version 8.2 - Added the onSubmitForm event. -- Added the CanRedo method to *window\.Asc.plugin.executeMethod* for Text document Api. -- Added the CanUndo method to *window\.Asc.plugin.executeMethod* for Text document Api. -- Added the Redo method to *window\.Asc.plugin.executeMethod* for Text document Api. -- Added the Undo method to *window\.Asc.plugin.executeMethod* for Text document Api. +- Added the CanRedo method to *window\.Asc.plugin.executeMethod* for Text document API. +- Added the CanUndo method to *window\.Asc.plugin.executeMethod* for Text document API. +- Added the Redo method to *window\.Asc.plugin.executeMethod* for Text document API. +- Added the Undo method to *window\.Asc.plugin.executeMethod* for Text document API. ## Version 8.1 @@ -23,10 +23,10 @@ The list of changes for ONLYOFFICE Plugins and Macros API. - Added the AddToolbarMenuItem method to *window\.Asc.plugin.executeMethod*. - Added the GetSelectedOleObjects method to *window\.Asc.plugin.executeMethod*. - Added the SetPluginsOptions method to *window\.Asc.plugin.executeMethod*. -- Added the GetAllComments method to *window\.Asc.plugin.executeMethod* for Spreadsheet Api. -- Added the GetCustomFunctions method to *window\.Asc.plugin.executeMethod* for Spreadsheet Api. -- Added the SetCustomFunctions method to *window\.Asc.plugin.executeMethod* for Spreadsheet Api. -- Added the GetAllComments method to *window\.Asc.plugin.executeMethod* for Presentation Api. +- Added the GetAllComments method to *window\.Asc.plugin.executeMethod* for Spreadsheet API. +- Added the GetCustomFunctions method to *window\.Asc.plugin.executeMethod* for Spreadsheet API. +- Added the SetCustomFunctions method to *window\.Asc.plugin.executeMethod* for Spreadsheet API. +- Added the GetAllComments method to *window\.Asc.plugin.executeMethod* for Presentation API. - Added the OLEProperties type to the simple type definitions. - Added the PluginOptions type to the simple type definitions. - Added the ToolbarMenuItem type to the simple type definitions. @@ -84,8 +84,8 @@ The list of changes for ONLYOFFICE Plugins and Macros API. - Added the RemoveFieldWrapper method to *window\.Asc.plugin.executeMethod*. - Added the SetEditingRestrictions method to *window\.Asc.plugin.executeMethod*. - Added the UpdateAddinFields method to *window\.Asc.plugin.executeMethod*. -- Added the Spreadsheet Api methods to *window\.Asc.plugin.executeMethod*. -- Added the Presentation Api methods to *window\.Asc.plugin.executeMethod*. +- Added the Spreadsheet API methods to *window\.Asc.plugin.executeMethod*. +- Added the Presentation API methods to *window\.Asc.plugin.executeMethod*. ## Version 7.2 diff --git a/site/pages/Docs/Plugin and Macros/Tutorials/Installing/ONLYOFFICE Desktop Editors/index.md b/site/pages/Docs/Plugin and Macros/Tutorials/Installing/ONLYOFFICE Desktop Editors/index.md index bdab52bab..5bf5b5dbf 100644 --- a/site/pages/Docs/Plugin and Macros/Tutorials/Installing/ONLYOFFICE Desktop Editors/index.md +++ b/site/pages/Docs/Plugin and Macros/Tutorials/Installing/ONLYOFFICE Desktop Editors/index.md @@ -83,7 +83,7 @@ If you need to uninstall the default plugins, go to the *sdkjs-plugins* folder a The table below contains default plugins guids to make it easier for you to find them: -## Default plugins guid's +## Default plugins GUID's | | | | -------------- | -------------------------------------- | diff --git a/site/pages/Docs/Plugin and Macros/Tutorials/Installing/ONLYOFFICE Docs on-premises/index.md b/site/pages/Docs/Plugin and Macros/Tutorials/Installing/ONLYOFFICE Docs on-premises/index.md index aaeeb04de..68e54b862 100644 --- a/site/pages/Docs/Plugin and Macros/Tutorials/Installing/ONLYOFFICE Docs on-premises/index.md +++ b/site/pages/Docs/Plugin and Macros/Tutorials/Installing/ONLYOFFICE Docs on-premises/index.md @@ -147,7 +147,7 @@ The plugins will be removed for all the users. [In some cases](https://nodejs.or The table below contains default plugins guids to make it easier for you to find them: -## Default plugins guid's +## Default plugins GUID's | | | | -------------- | -------------------------------------- | diff --git a/site/pages/Docs/Plugin and Macros/Tutorials/Samples/Clippy/index.md b/site/pages/Docs/Plugin and Macros/Tutorials/Samples/Clippy/index.md index 1a3b492f2..28ec12e5d 100644 --- a/site/pages/Docs/Plugin and Macros/Tutorials/Samples/Clippy/index.md +++ b/site/pages/Docs/Plugin and Macros/Tutorials/Samples/Clippy/index.md @@ -28,8 +28,8 @@ Repository on GitHub: