Skip to content

DOCINFRA-2341_merged_using_automation #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
May 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions PHP/Gantt/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
layout: post
title: Getting-Started
description: getting started
title: Getting Started with PHP Gantt Control | Syncfusion
description: Learn here about getting started with Syncfusion Essential PHP Gantt Control, its elements, and more.
platform: php
control: Gantt
documentation: ug
---

# Getting Started
# Getting Started with PHP Gantt

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

## Create your first Gantt in PHP

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,

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

## Adding script references
Create an HTML file and add the following necessary script and CSS files to the HTML file.
Expand Down Expand Up @@ -129,7 +129,7 @@ Create an HTML file and add the following necessary script and CSS files to the

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

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

## Enable Toolbar

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

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

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

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

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

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

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

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

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

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

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

## Enable Column Menu

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

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

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

## Provide tasks relationship

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

The following screenshot displays the relationship between tasks.

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

## Provide Resources

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

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

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

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.

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

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

![](/PHP/Gantt/Getting-Started_images/Getting-Started_img12.png)
![PHP Gantt Highlight Weekend](Getting-Started_images/Getting-Started_img12.png)
6 changes: 3 additions & 3 deletions PHP/TreeView/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Getting Started with TreeView | TreeView | PHP | Syncfusion
description: To get start with TreeView by adding references
title: Getting Started with PHP TreeView Control | Syncfusion
description: Learn here about getting started with Syncfusion Essential PHP TreeView Control, its elements, and more.
platform: php
control: TreeView
documentation: UG
keywords:
---
# Getting started
# Getting started with PHP TreeView

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

Expand Down