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: data/desktop/excel.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,14 +49,17 @@ Export to Excel
49
49
50
50
To export data from the Gantt chart to an Excel document, do the following:
51
51
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
+
53
54
~~~js
54
55
gantt.plugins({
55
56
export_api:true
56
57
});
57
58
~~~
58
59
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.:
Copy file name to clipboardExpand all lines: data/desktop/export.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,15 +50,17 @@ Export to PDF
50
50
51
51
To export Gantt chart as a PDF document, do the following steps:
52
52
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:
54
54
55
55
~~~js
56
56
gantt.plugins({
57
57
export_api:true
58
58
});
59
59
~~~
60
60
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.:
62
64
63
65
~~~js
64
66
<script src="codebase/dhtmlxgantt.js"></script>
@@ -86,15 +88,17 @@ Export to PNG
86
88
87
89
To export Gantt chart as a PNG image, do the following steps:
88
90
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:
90
92
91
93
~~~js
92
94
gantt.plugins({
93
95
export_api:true
94
96
});
95
97
~~~
96
98
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.:
Copy file name to clipboardExpand all lines: data/desktop/export_msproject.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,15 +51,17 @@ The Gantt component allows exporting links, tasks and resources into MS Project.
51
51
52
52
To export data from the Gantt chart to MS Project, do the following:
53
53
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:
55
55
56
56
~~~js
57
57
gantt.plugins({
58
58
export_api:true
59
59
});
60
60
~~~
61
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 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.:
Copy file name to clipboardExpand all lines: data/desktop/export_primavera.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,16 +51,18 @@ The Gantt component allows exporting links, tasks and resources into Primavera P
51
51
52
52
To export data from the Gantt chart to Primavera P6, do the following:
53
53
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:
55
55
56
56
~~~js
57
57
gantt.plugins({
58
58
export_api:true
59
59
});
60
60
~~~
61
61
62
+
It allows you to use either the online export service or a local export module.
63
+
62
64
{{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.:
0 commit comments