Skip to content

Commit 8fda6f4

Browse files
SEO-2190_Site_Audit_Issues
1 parent 8d81361 commit 8fda6f4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

PHP/Grid/Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
33
title: Overview with Grid widget for Syncfusion Essential PHP
4-
description: Learn here all about Overview of Syncfusion Essential PHP Grid Control, its elements, features, and more.
4+
description: Overview for Grid
55
platform: php
66
control: Grid
77
documentation: ug
88
---
9-
# Overview of Syncfusion PHP Grid
9+
# Overview
1010

1111
The Grid control for PHP is an efficient display engine for tabular data. It will pull data from a datasource, such as array of JSON objects, OData web services, or `DataManager`, binding data fields to columns and displaying a column header to identify the field. It is a feature-rich control that provides extensive appearance customization options with support for grouped records. This Grid is very useful for generating complex grid-based reports with rich formatting. The most important features available in the Grid control for PHP are paging, sorting, filtering, searching, grouping, and editing.
1212

PHP/NavigationDrawer/getting-started.md

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

10-
# Getting Started with PHP Navigation Drawer
10+
# Getting Started
1111

1212
This section helps to get started of the Navigation Drawer control for PHP.
1313

@@ -83,7 +83,7 @@ To set the target icon image and with the correct position as using the below me
8383

8484
{% endhighlight %}
8585

86-
![PHP Navigation Drawer Create a Control](Getting-Started_images\getting-started_img1.png)
86+
![](Getting-Started_images\getting-started_img1.png)
8787

8888
You can open the list items by clicking on target element using the targetId property.
8989

@@ -95,7 +95,7 @@ You can open the list items by clicking on target element using the targetId pro
9595

9696
{% endhighlight %}
9797

98-
![PHP Navigation Drawer](Getting-Started_images\getting-started_img2.png)
98+
![](Getting-Started_images\getting-started_img2.png)
9999

100100
To set the images for list items of the Navigation Drawer by using the Image Class property as follows.
101101

@@ -167,7 +167,7 @@ To set the images with the correct position by using the mentioned styles.
167167

168168
{% endhighlight %}
169169

170-
![PHP Navigation Drawer Getting Started](Getting-Started_images\getting-started_img3.png)
170+
![](Getting-Started_images\getting-started_img3.png)
171171

172172
To add desired page content while selecting the options in navigation drawer as follows.
173173

@@ -238,7 +238,7 @@ In the mouse-up handler, it’s display the respective selected item’s content
238238

239239
Run the above code to render the following output.
240240

241-
![PHP Navigation Drawer selected items content](Getting-Started_images\getting-started_img4.png)
241+
![](Getting-Started_images\getting-started_img4.png)
242242

243243
## Customize Direction
244244

@@ -258,6 +258,6 @@ By using this property, to change the list view open direction. The possible dir
258258

259259
{% endhighlight %}
260260

261-
![PHP Navigation Drawer Customize Direction](Getting-Started_images\getting-started_img5.png)
261+
![](Getting-Started_images\getting-started_img5.png)
262262

263263
N> You can find the complete API list for all Syncfusion controls from the [API reference](https://help.syncfusion.com/api/js/ejnavigationdrawer)

0 commit comments

Comments
 (0)