You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/overview/rest_routes_overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: You can have an Internal RestDataProvider routes overview of JavaSc
9
9
import Tabs from '@theme/Tabs';
10
10
import TabItem from '@theme/TabItem';
11
11
12
-
This page gives you the list of all REST routes with their short description and links to pages with more details.<br> Before you dive into each route description, it's recommended to read about [Working with Server](guides/working_with_server.md).
12
+
This page gives you the list of all REST routes with their short description and links to pages with more details.<br/> Before you dive into each route description, it's recommended to read about [Working with Server](guides/working_with_server.md).
Copy file name to clipboardExpand all lines: docs/guides/integration_with_salesforce.md
+25-4Lines changed: 25 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ You should be familiar with the basic concepts and patterns of [**Salesforce**](
13
13
DHTMLX Kanban is compatible with [Salesforce](https://www.salesforce.com/) platform. We have prepared code examples on how to add DHTMLX Kanban into Salesforce environment. For more information, refer to the corresponding [Example on GitHub](https://github.com/DHTMLX/salesforce-lwc-demo).
14
14
15
15
:::note
16
-
The JavaScript Kanban widget automatically detects that it operates within a [Salesforce](https://www.salesforce.com/) environment and configures the integration logic internally. In most cases, you do not need to call any [Salesforce-specific methods](#salesforce-specific-methods) manually.
16
+
The JavaScript Kanban widget automatically detects that it operates within a [**Salesforce**](https://www.salesforce.com/) environment and configures the integration logic internally. In most cases, you do not need to call any [**Salesforce-specific methods**](#salesforce-specific-methods) manually.
17
17
:::
18
18
19
19
## Preparing environment
@@ -49,20 +49,41 @@ Normally, salesforce-specific methods are not required, but they can be availabl
49
49
50
50
### Salesforce-specific methods
51
51
52
-
You can use the following methods of the `salesForceEnv` helper class:
52
+
You can use the following methods of the `salesForceEnv` helper class:
0 commit comments