Skip to content

Commit 9584f44

Browse files
authored
Merge pull request #164 from Dmitry-Duda/duda-gantt-upd
upd-gantt[duda]
2 parents 4b8ecc4 + 919e4e0 commit 9584f44

File tree

17 files changed

+126
-126
lines changed

17 files changed

+126
-126
lines changed

interface-elements-for-web/articles/gantt/context-menu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: Context Menu
33
---
44
# Context Menu
55

6-
Right-click a task to invoke the context menu.
6+
Right-click a task or dependency to invoke the context menu.
77

88
![Gantt - context menu](~/interface-elements-for-web/images/Gantt/context-menu.png)
99

10-
The context menu provides the following commands:
10+
The context menu includes the following commands:
1111

1212
| Command | Description |
1313
|---|---|
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Manage Dependencies
3+
author: Anna Kondratova
4+
---
5+
# Manage Dependencies
6+
7+
## Add a Dependency
8+
9+
A dependency type specifies which edges (right or left - for preceding and succeeding tasks) serve as the start and end points for the dependency.
10+
11+
Hover the mouse pointer over the preceding task's edge (marked with a circle) and drag the connector to the edge of the next task.
12+
13+
The following image demonstrates the "Finish-To-Start" dependency between tasks:
14+
15+
![Add a Dependency](~/interface-elements-for-web/images/Gantt/add-dependency.png)
16+
17+
## Delete a Dependency
18+
19+
Right-click a dependency and select the "Delete Dependency" [context menu item](~/interface-elements-for-web/articles/gantt/context-menu.md). You can also select a connector and press **Delete** to delete the dependency between tasks.
20+
21+
![Delete a Dependency](~/interface-elements-for-web/images/Gantt/delete-dependency.png)
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Manage Resources
3+
author: Anna Kondratova
4+
---
5+
# Manage Resources
6+
7+
Double-click a task or use the [context menu](~/interface-elements-for-web/articles/gantt/context-menu.md) to open the 'Task Details' dialog to manage resources.
8+
9+
## List of Available Resources
10+
11+
Click the "Resource Manager" button to modify the list of available resources.
12+
13+
![Resource Manager](~/interface-elements-for-web/images/Gantt/resource-manager.png)
14+
15+
Type the name of a new resource and click **Add** to add it to the list.
16+
17+
![Add a New Resource](~/interface-elements-for-web/images/Gantt/new-resource.png)
18+
19+
Select a resource and click **Delete** to delete the resource from the list.
20+
21+
![Delete a Resource](~/interface-elements-for-web/images/Gantt/delete-resource.png)
22+
23+
## Link a Resource to a Task
24+
25+
Click the "Resources" field to open the drop-down list with available resources.
26+
27+
![Link a Resource to a Task](~/interface-elements-for-web/images/Gantt/resource-list.png)
28+
29+
## Remove a Resource from a Task
30+
31+
Click the cross icon (on the right side of the specified resource) to remove it from the task.
32+
33+
![Remove a Resource from a Task](~/interface-elements-for-web/images/Gantt/remove-resource.png)
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: Manage Tasks
3+
author: Anna Kondratova
4+
---
5+
# Manage Tasks
6+
7+
## Add a Task
8+
9+
To create a task, right-click an existing task and select the "Add" [context menu item](~/interface-elements-for-web/articles/gantt/context-menu.md), or click the "Add Task" [toolbar item](~/interface-elements-for-web/articles/gantt/toolbar.md):
10+
11+
- "New Task" - Adds a new task at the same level as the selected task.
12+
13+
![Add a New Task](~/interface-elements-for-web/images/Gantt/add-new-task.png)
14+
15+
- "New Subtask" - Adds a child task to the selected task.
16+
17+
![Add a New Subtask](~/interface-elements-for-web/images/Gantt/add-new-subtask.png)
18+
19+
## Edit a Task
20+
21+
Use one of the following approaches to edit a task:
22+
23+
* Double-click a task in the task list.
24+
25+
![Inline Task Editing](~/interface-elements-for-web/images/Gantt/inline-editing.png)
26+
27+
* Right-click a task and select the "Task Details" context menu item (or double-click a task in the chart area).
28+
29+
![Task Details Context Menu](~/interface-elements-for-web/images/Gantt/popup-edit-form.png)
30+
31+
* Hover the mouse pointer over the task you want to modify.
32+
33+
![Drag and Drop](~/interface-elements-for-web/images/Gantt/drag-and-drop.png)
34+
35+
**Move** - Drag the task to change its start and end times.
36+
37+
![Move](~/interface-elements-for-web/images/Gantt/moving.png)
38+
39+
**Resize** - Drag a resize handle (located at a task's edge) to change the task duration.
40+
41+
![Resize](~/interface-elements-for-web/images/Gantt/resizing.png)
42+
43+
**Change progress** - Move the slider to change the task's progress.
44+
45+
![Change Progress](~/interface-elements-for-web/images/Gantt/change-progress.png)
46+
47+
## Save Changes
48+
49+
The Gantt saves changes after you edit a task in the task list, move a task, or drag its resize handle in the chart area.
50+
51+
![Save Changes](~/interface-elements-for-web/images/Gantt/manage-tasks.gif)
52+
53+
In the "Task Details" dialog, click OK to save changes.
54+
55+
![Task Details - Save Changes](~/interface-elements-for-web/images/Gantt/dialog-ok.png)
56+
57+
## Remove a Task
58+
59+
To remove a task, right-click a task and select the 'Delete Task' [context menu](~/interface-elements-for-web/articles/gantt/context-menu.md) item or select a task and click the appropriate [toolbar](~/interface-elements-for-web/articles/gantt/toolbar.md) item.
60+
61+
![Remove a Task](~/interface-elements-for-web/images/Gantt/delete-task.png)
62+
63+
## Undo/Redo Changes
64+
65+
Click "Undo" or "Redo" in the [toolbar](~/interface-elements-for-web/articles/gantt/toolbar.md)) (press **Ctrl+Z** or **Ctrl+Y**) to cancel or reverse changes.
66+
67+
![Undo/Redo Changes](~/interface-elements-for-web/images/Gantt/undo-redo.gif)

interface-elements-for-web/articles/gantt/data-editing/modify-dependencies.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

interface-elements-for-web/articles/gantt/data-editing/modify-resources.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

interface-elements-for-web/articles/gantt/data-editing/modify-tasks.md

Lines changed: 0 additions & 67 deletions
This file was deleted.
-2.51 KB
Loading
-5.62 KB
Loading
-5.05 KB
Loading

0 commit comments

Comments
 (0)