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: PHP/Gantt/Getting-Started.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
---
2
2
layout: post
3
-
title: Getting-Started
4
-
description: getting started
3
+
title: GettingStarted with PHP Gantt Control | Syncfusion
4
+
description: Learn here about getting started with Syncfusion Essential PHP Gantt Control, its elements, and more.
5
5
platform: php
6
6
control: Gantt
7
7
documentation: ug
8
8
---
9
9
10
-
# Getting Started
10
+
# Getting Started with PHP Gantt
11
11
12
12
This section explains briefly about how to create a Gantt chart in your application with PHP.
13
13
14
14
## Create your first Gantt in PHP
15
15
16
16
In this tutorial, you can learn how to create a simple Gantt chart, add tasks or subtasks, and set relationship between tasks during the design phase of a software project. The following screenshot displays the desired output after completing this tutorial,
N> Add, edit, delete, indent and outdent options are enabled when enabling the allowEditing, allowAdding, allowDelete, allowIndent and allowOutdent properties in the edit Options.
161
161
@@ -224,7 +224,7 @@ Modify the predecessor details of a task using mouse interactions by setting [`a
224
224
225
225
The following screen shot displays a Gantt chart control with Enable Editing options.

347
347
348
348
By following these steps, you have learned how to provide data source to Gantt chart, how to configure Gantt to set task relationships, assign resources for each task, and add toolbar with necessary buttons.
349
349
@@ -370,4 +370,4 @@ In Gantt, you can on or off weekends high lighting by setting the [`highlightWee
370
370
371
371
The following screen shot displays Gantt chart in which highlight weekends is disabled:
0 commit comments