|
3 | 3 | navPage: docs
|
4 | 4 | heading: Export Manager
|
5 | 5 | breadcrumbs:
|
6 |
| - - Modules,/modules |
7 |
| - - Export Manager,/modules/export_manager |
8 |
| - - Main Functionality,/modules/export_manager/main/ |
9 |
| - - Settings |
| 6 | +- Modules,/modules |
| 7 | +- Export Manager,/modules/export_manager |
| 8 | +- Main Functionality,/modules/export_manager/main/ |
| 9 | +- Settings |
10 | 10 | prev: Managing Export Types,/modules/export_manager/main/managing_export_types/
|
11 | 11 | next: Reset to defaults,/modules/export_manager/main/reset_defaults
|
12 | 12 | categories: modules
|
|
15 | 15 |
|
16 | 16 | {% include open_section.html nav='nav_export_manager.html' selected='settings' %}
|
17 | 17 |
|
18 |
| - <h3>Settings</h3> |
| 18 | +<h3>Settings</h3> |
19 | 19 |
|
20 |
| - {% include screenshot.html item="i185.gif" %} |
| 20 | +{% include screenshot.html item="export-manager.png" %} |
21 | 21 |
|
22 |
| - <p> |
23 |
| - The Settings page contains a couple of settings for the module. Specificaly, the |
24 |
| - Export Manager allows you to generate actual files on the server instead of popping |
25 |
| - them open in a popup or prompting download through a dialog window. For the file |
26 |
| - generation option, here you can control which folder should be used to create and store |
27 |
| - the files. |
28 |
| - </p> |
| 22 | +<p> |
| 23 | + The Settings page contains a few settings for the module. |
| 24 | +</p> |
| 25 | + |
| 26 | +<ul> |
| 27 | + <li> |
| 28 | + <b>Export timeout</b>: generating a form data can take time, so this setting let you control the time at which |
| 29 | + it gives up on the export. By default, it's set to <code>300</code> seconds (5 minutes). |
| 30 | + </li> |
| 31 | + <li> |
| 32 | + <b>Generated files folder path / generated files folder URL</b>: when exporting data, the module lets you to |
| 33 | + generate actual files on the server instead of popping them open in a popup or prompting download through a |
| 34 | + dialog window. For the file generation option, these settings control which folder should be used to create and |
| 35 | + store the files. |
| 36 | + </li> |
| 37 | +</ul> |
29 | 38 |
|
30 | 39 |
|
31 | 40 | {% include close_section.html %}
|
0 commit comments