Skip to content

Commit ea1236e

Browse files
Merge pull request #120 from Syncfusion-Content/hotfix/hotfix-v20.1.0.55
DOCINFRA-2341_merged_using_automation
2 parents abe16ca + 31ac2f0 commit ea1236e

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

PHP/Gantt/Getting-Started.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
layout: post
3-
title: Getting-Started
4-
description: getting started
3+
title: Getting Started with PHP Gantt Control | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential PHP Gantt Control, its elements, and more.
55
platform: php
66
control: Gantt
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with PHP Gantt
1111

1212
This section explains briefly about how to create a Gantt chart in your application with PHP.
1313

1414
## Create your first Gantt in PHP
1515

1616
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,
1717

18-
![](/PHP/Gantt/Getting-Started_images/Getting-Started_img4.png)
18+
![PHP Gantt Getting Started](Getting-Started_images/Getting-Started_img4.png)
1919

2020
## Adding script references
2121
Create an HTML file and add the following necessary script and CSS files to the HTML file.
@@ -129,7 +129,7 @@ Create an HTML file and add the following necessary script and CSS files to the
129129

130130
A Gantt chart is created as shown in the following screen shot.
131131

132-
![](/PHP/Gantt/Getting-Started_images/Getting-Started_img5.png)
132+
![PHP Gantt with JSON data from external file](Getting-Started_images/Getting-Started_img5.png)
133133

134134
## Enable Toolbar
135135

@@ -155,7 +155,7 @@ Gantt control contains toolbar options to edit, search, expand or collapse all r
155155

156156
The following screen shot displays a Tool bar in Gantt chart control:
157157

158-
![](/PHP/Gantt/Getting-Started_images/Getting-Started_img6.png)
158+
![PHP Gantt Enable Toolbar](Getting-Started_images/Getting-Started_img6.png)
159159

160160
N> Add, edit, delete, indent and outdent options are enabled when enabling the allowEditing, allowAdding, allowDelete, allowIndent and allowOutdent properties in the edit Options.
161161

@@ -224,7 +224,7 @@ Modify the predecessor details of a task using mouse interactions by setting [`a
224224

225225
The following screen shot displays a Gantt chart control with Enable Editing options.
226226

227-
![](/PHP/Gantt/Getting-Started_images/Getting-Started_img7.png)
227+
![PHP Gantt Predecessor Editing](Getting-Started_images/Getting-Started_img7.png)
228228

229229
N> Both cellEditing and normal editing operations are performed through double-click action.
230230

@@ -249,7 +249,7 @@ You can enable the context menu in Gantt, by setting the [`enableContextMenu`](h
249249

250250
The following screen shot displays Gantt chart in which Context menu option is enabled:
251251

252-
![](/PHP/Gantt/Getting-Started_images/Getting-Started_img8.png)
252+
![PHP Gantt Enable Context Menu](Getting-Started_images/Getting-Started_img8.png)
253253

254254
## Enable Column Menu
255255

@@ -272,7 +272,7 @@ You can enable the column menu in Gantt, by setting the [`showColumnChooser`](ht
272272

273273
The following screen shot displays Gantt chart in which column chooser option is enabled:
274274

275-
![](/PHP/Gantt/Getting-Started_images/Getting-Started_img11.png)
275+
![PHP Gantt Enable Column Menu](Getting-Started_images/Getting-Started_img11.png)
276276

277277
## Provide tasks relationship
278278

@@ -304,7 +304,7 @@ You can show the relationship in tasks, by using the [`predecessorsMapping`](htt
304304

305305
The following screenshot displays the relationship between tasks.
306306

307-
![](/PHP/Gantt/Getting-Started_images/Getting-Started_img9.png)
307+
![PHP Gantt Provide tasks relationship](Getting-Started_images/Getting-Started_img9.png)
308308

309309
## Provide Resources
310310

@@ -343,7 +343,7 @@ In Gantt control, you can display and assign the resource for each task. Create
343343

344344
The following screenshot displays resource allocation for tasks in Gantt chart.
345345

346-
![](/PHP/Gantt/Getting-Started_images/Getting-Started_img10.png)
346+
![PHP Gantt Provide Resources](Getting-Started_images/Getting-Started_img10.png)
347347

348348
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.
349349

@@ -370,4 +370,4 @@ In Gantt, you can on or off weekends high lighting by setting the [`highlightWee
370370

371371
The following screen shot displays Gantt chart in which highlight weekends is disabled:
372372

373-
![](/PHP/Gantt/Getting-Started_images/Getting-Started_img12.png)
373+
![PHP Gantt Highlight Weekend](Getting-Started_images/Getting-Started_img12.png)

PHP/TreeView/Getting-Started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Getting Started with TreeView | TreeView | PHP | Syncfusion
3-
description: To get start with TreeView by adding references
2+
title: Getting Started with PHP TreeView Control | Syncfusion
3+
description: Learn here about getting started with Syncfusion Essential PHP TreeView Control, its elements, and more.
44
platform: php
55
control: TreeView
66
documentation: UG
77
keywords:
88
---
9-
# Getting started
9+
# Getting started with PHP TreeView
1010

1111
This section explains briefly about how to create a **TreeView** in your application with **PHP** wrapper classes of EJ controls.
1212

0 commit comments

Comments
 (0)