Skip to content

Commit 1908137

Browse files
author
alex
committed
Merge pull request '[update] data export guides' (#111) from enabling-export-functionality-2885 into master
Reviewed-on: https://git.webix.io/Servers/gantt-docs/pulls/111 Reviewed-by: alex <[email protected]>
2 parents 69160b8 + 349fe63 commit 1908137

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-10
lines changed

data/desktop/excel.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,17 @@ Export to Excel
4949

5050
To export data from the Gantt chart to an Excel document, do the following:
5151

52-
- To use the online export service, enable the <b>export_api</b> plugin via the api/gantt_plugins.md method:
52+
- To use the export/import functionality, enable the <b>export_api</b> plugin via the api/gantt_plugins.md method:
53+
5354
~~~js
5455
gantt.plugins({
5556
export_api: true
5657
});
5758
~~~
5859

59-
{{note If you use the Gantt version older than 8.0, you need to include the **https://export.dhtmlx.com/gantt/api.js** on your page to enable the online export service, e.g.:
60+
It allows you to use either the online export service or a local export module.
61+
62+
{{note If you use the Gantt version older than 8.0, you need to include the **https://export.dhtmlx.com/gantt/api.js** on your page to enable the export functionality, e.g.:
6063

6164
~~~js
6265
<script src="codebase/dhtmlxgantt.js"></script>

data/desktop/export.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,17 @@ Export to PDF
5050

5151
To export Gantt chart as a PDF document, do the following steps:
5252

53-
- To use the online export service, enable the <b>export_api</b> plugin via the api/gantt_plugins.md method:
53+
- To use the export/import functionality, enable the <b>export_api</b> plugin via the api/gantt_plugins.md method:
5454

5555
~~~js
5656
gantt.plugins({
5757
export_api: true
5858
});
5959
~~~
6060

61-
{{note If you use the Gantt version older than 8.0, you need to include the **https://export.dhtmlx.com/gantt/api.js** on your page to enable the online export service, e.g.:
61+
It allows you to use either the online export service or a local export module.
62+
63+
{{note If you use the Gantt version older than 8.0, you need to include the **https://export.dhtmlx.com/gantt/api.js** on your page to enable the export functionality, e.g.:
6264

6365
~~~js
6466
<script src="codebase/dhtmlxgantt.js"></script>
@@ -86,15 +88,17 @@ Export to PNG
8688

8789
To export Gantt chart as a PNG image, do the following steps:
8890

89-
- To use the online export service, enable the <b>export_api</b> plugin via the api/gantt_plugins.md method:
91+
- To use the export/import functionality, enable the <b>export_api</b> plugin via the api/gantt_plugins.md method:
9092

9193
~~~js
9294
gantt.plugins({
9395
export_api: true
9496
});
9597
~~~
9698

97-
{{note If you use the Gantt version older than 8.0, you need to include the **https://export.dhtmlx.com/gantt/api.js** on your page to enable the online export service, e.g.:
99+
It allows you to use either the online export service or a local export module.
100+
101+
{{note If you use the Gantt version older than 8.0, you need to include the **https://export.dhtmlx.com/gantt/api.js** on your page to enable the export functionality, e.g.:
98102

99103
~~~js
100104
<script src="codebase/dhtmlxgantt.js"></script>

data/desktop/export_msproject.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,17 @@ The Gantt component allows exporting links, tasks and resources into MS Project.
5151

5252
To export data from the Gantt chart to MS Project, do the following:
5353

54-
- To use the online export service, enable the <b>export_api</b> plugin via the api/gantt_plugins.md method:
54+
- To use the export/import functionality, enable the <b>export_api</b> plugin via the api/gantt_plugins.md method:
5555

5656
~~~js
5757
gantt.plugins({
5858
export_api: true
5959
});
6060
~~~
6161

62-
{{note If you use the Gantt version older than 8.0, you need to include the **https://export.dhtmlx.com/gantt/api.js** on your page to enable the online export service, e.g.:
62+
It allows you to use either the online export service or a local export module.
63+
64+
{{note If you use the Gantt version older than 8.0, you need to include the **https://export.dhtmlx.com/gantt/api.js** on your page to enable the export functionality, e.g.:
6365

6466
~~~js
6567
<script src="codebase/dhtmlxgantt.js"></script>

data/desktop/export_primavera.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,18 @@ The Gantt component allows exporting links, tasks and resources into Primavera P
5151

5252
To export data from the Gantt chart to Primavera P6, do the following:
5353

54-
- To use the online export service, enable the <b>export_api</b> plugin via the api/gantt_plugins.md method:
54+
- To use the export/import functionality, enable the <b>export_api</b> plugin via the api/gantt_plugins.md method:
5555

5656
~~~js
5757
gantt.plugins({
5858
export_api: true
5959
});
6060
~~~
6161

62+
It allows you to use either the online export service or a local export module.
63+
6264
{{note
63-
If you use the Gantt version older than 8.0, you need to include the **https://export.dhtmlx.com/gantt/api.js** on your page to enable the online export service, e.g.:
65+
If you use the Gantt version older than 8.0, you need to include the **https://export.dhtmlx.com/gantt/api.js** on your page to enable the export functionality, e.g.:
6466

6567
~~~js
6668
<script src="codebase/dhtmlxgantt.js"></script>

0 commit comments

Comments
 (0)