Skip to content

Commit adf473e

Browse files
Merge pull request #40 from mlakatkou/GS-3363
[update] dataprocessor article
2 parents 71a2f3b + 08d8f27 commit adf473e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/api/method/dataprocessor.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ description: "DataProcessor constructor"
1414

1515
### Parameters
1616

17-
- `url` - (required) *string* - url to the data feed
17+
- `url` - (required) *string* - the URL to the data feed
1818

1919
### Example
2020

2121
~~~jsx
22-
var dp = new scheduler.DataProcessor("php/update.php");
22+
const dataProcessor = new scheduler.DataProcessor("php/update.php");
2323
~~~
2424

2525
### Details
2626

27-
You can find more information about DataProcessor, including its API [here](https://docs.dhtmlx.com/dataprocessor__index.html).
27+
You can find more information about DataProcessor in the [Server-Side Integration](guides/server-integration.md) article.
2828

2929
### Change log
30-
- added in version 6.0
30+
- Added in version 6.0

0 commit comments

Comments
 (0)