Code source wiki de GanttMacro
Afficher les derniers auteurs
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{translation key="taskmanager.gantt.documentation.description" /}} | ||
| 2 | |||
| 3 | === {{translation key="taskmanager.gantt.documentation.examples.sectiontitle"/}} === | ||
| 4 | |||
| 5 | {{code}}{{taskgantt readonly="false"/}}{{/code}} - {{translation key="taskmanager.gantt.documentation.examples.readonly"/}} | ||
| 6 | |||
| 7 | {{code}}{{taskgantt from="2024/09/27 09:00"/}}{{/code}} - {{translation key="taskmanager.gantt.documentation.examples.start"/}} | ||
| 8 | |||
| 9 | {{code}}{{taskgantt from="2024/09/27 09:00" to="2024/09/27 17:00"/}}{{/code}} - {{translation key="taskmanager.gantt.documentation.examples.startend"/}} | ||
| 10 | |||
| 11 | {{code}}{{taskgantt projects="Alpha,Beta,Gamma"/}}{{/code}} - {{translation key="taskmanager.gantt.documentation.examples.projects"/}} | ||
| 12 | |||
| 13 | {{code}}{{taskgantt assignees="XWiki.Admin,XWiki.User1"/}}{{/code}} - {{translation key="taskmanager.gantt.documentation.examples.assignees"/}} | ||
| 14 | |||
| 15 | {{code}}{{taskgantt spaces="TaskManager,Sandbox.Tasks.Task_0"/}}{{/code}} - {{translation key="taskmanager.gantt.documentation.examples.spaces"/}} | ||
| 16 | |||
| 17 | {{code}}{{taskgantt hideNoDueDate="true"/}}{{/code}} - {{translation key="taskmanager.gantt.documentation.examples.hideNoDueDate"/}} | ||
| 18 | |||
| 19 | {{taskgantt/}} |