Skip to content

Commit 421d9b1

Browse files
SEO-2190_Site_Audit_Issues
1 parent 98ab649 commit 421d9b1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

PHP/Gantt/Getting-Started.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This section explains briefly about how to create a Gantt chart in your applicat
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](/Getting-Started_images/Getting-Started_img4.png)
18+
![PHP Gantt Getting Started](/Gantt/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 with JSON data from external file](/Getting-Started_images/Getting-Started_img5.png)
132+
![PHP Gantt with JSON data from external file](/Gantt/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 Enable Toolbar](/Getting-Started_images/Getting-Started_img6.png)
158+
![PHP Gantt Enable Toolbar](/Gantt/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 Predecessor Editing](/Getting-Started_images/Getting-Started_img7.png)
227+
![PHP Gantt Predecessor Editing](/Gantt/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 Enable Context Menu](/Getting-Started_images/Getting-Started_img8.png)
252+
![PHP Gantt Enable Context Menu](/Gantt/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 Enable Column Menu](/Getting-Started_images/Getting-Started_img11.png)
275+
![PHP Gantt Enable Column Menu](/Gantt/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 Provide tasks relationship](/Getting-Started_images/Getting-Started_img9.png)
307+
![PHP Gantt Provide tasks relationship](/Gantt/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 Provide Resources](/Getting-Started_images/Getting-Started_img10.png)
346+
![PHP Gantt Provide Resources](/Gantt/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 Highlight Weekend](/Getting-Started_images/Getting-Started_img12.png)
373+
![PHP Gantt Highlight Weekend](/Gantt/Getting-Started_images/Getting-Started_img12.png)

PHP/RadioButton/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ Add the following styles to show the **RadioButton** control in an order.
9797

9898
The following screenshot illustrates the output of above code.
9999

100-
![](Getting-Started_images/Getting-Started_img1.JPG)
100+
![](/php/RadioButton/Getting-Started_images/Getting-Started_img1.JPG)

0 commit comments

Comments
 (0)