public class EditorConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.json.JSONObject |
actionLink
Specifies the data received from the document editing service using the "onMakeActionLink" event
or the "onRequestSendNotify" event in "data.actionLink" parameter,
which contains the information about the action in the document that will be scrolled to.
|
private String |
callbackUrl
Specifies absolute URL to the document storage service
(which must be implemented by the software integrators who use ONLYOFFICE Document Server on their own server).
|
private CoEditing |
coEditing
Defines the co-editing mode ("Fast" or "Strict") and the possibility to change it.
|
private String |
createUrl
Defines the absolute URL of the document where it will be created and available after creation.
|
private Customization |
customization
Defines the parameters to customize the editor interface so that it looked like your other products (if
there are any) and change the presence or absence of the additional buttons, links, change logos and editor owner
details.
|
private Embedded |
embedded
Defines the parameters for the embedded document type only (see the
Config section to find out how to define the embedded document type). |
private String |
lang
Defines the editor interface language (if some other languages other than English are present).
|
private String |
location
Deprecated.
|
private Mode |
mode
Defines the editor opening mode.
|
private Plugins |
plugins
Defines the parameters to connect the special add-ons to your Document Server installation
which will help you add additional features to document editors.
|
private List<Recent> |
recent
Defines the presence or absence of the documents in the "Open Recent..." menu option.
|
private String |
region
Defines the default display format for currency and date and time (in the "Spreadsheet Editor" only).
|
private List<Template> |
templates
Defines the presence or absence of the templates in the "Create New..." menu option.
|
private User |
user
Defines the user currently viewing or editing the document.
|
| Constructor and Description |
|---|
EditorConfig() |
private org.json.JSONObject actionLink
private String callbackUrl
private CoEditing coEditing
private String createUrl
private String lang
@Deprecated private String location
region parameter instead.private Mode mode
private List<Recent> recent
private String region
private List<Template> templates
private User user
private Customization customization
private Embedded embedded
Config section to find out how to define the embedded document type).
It allows to change the settings which define the behavior of the buttons in the embedded mode.private Plugins plugins
Copyright © 2023–2024. All rights reserved.