Skip to content

Commit af69e04

Browse files
Merge pull request #157 from Syncfusion-Content/hotfix/hotfix-v20.2.0.36
DOCINFRA-2341_merged_using_automation
2 parents d01e350 + fa52696 commit af69e04

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

PHP/Menu/Getting-Started.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
layout: post
3-
title: Getting-Started for Menu
4-
description: getting started for Menu
5-
platform:php
3+
title: Getting Started with PHP Menu Control | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential PHP Menu Control, its elements, and more.
5+
platform: php
66
control: Menu
77
documentation: ug
8-
keywords:ejmenu, php menu, menu
8+
keywords: ejmenu, php menu, menu
99
---
1010

11-
# Getting Started
11+
# Getting Started with PHP Menu
1212

1313
This section explains briefly about how to create a **Menu** control in your application with **PHP**. The **EJ PHP** **Menu** supports displaying a **Menu** of list-out items. This **Menu** is based on ul-li hierarchy, where the sub-list items are rendered as the sub-menu items. The **Menu** control can also be rendered with local and remote data source. From the following guidelines, you can learn how to customize the **Menu** control for a website. In this case, **Syncfusion's** website **Menu** is discussed. The following screenshot displays the appearance of **Menu**.
1414

15-
![](Getting-Started_images/Getting-Started_img1.png)
15+
![PHP Menu customization](Getting-Started_images/Getting-Started_img1.png)
1616

1717
## Create a Menu
1818

@@ -86,7 +86,7 @@ Add following styles for menu
8686

8787
The following screenshot displays output.
8888

89-
![](Getting-Started_images/Getting-Started_img3.jpg)
89+
![PHP Menu Initialize sub-level Menu items](Getting-Started_images/Getting-Started_img3.jpg)
9090

9191
## Initialize sub-level Menu items
9292

@@ -161,7 +161,7 @@ The following code example describes how to initialize first level sub menu item
161161

162162
Execute the above code example to render the following output.
163163

164-
![](Getting-Started_images/Getting-Started_img4.png)
164+
![PHP Menu getting started](Getting-Started_images/Getting-Started_img4.png)
165165

166166
## Define multiple level Menu items
167167

@@ -239,7 +239,7 @@ To initialize multiple levels sub menu items, use the following code example.
239239

240240
The following screenshot is the output.
241241

242-
![](Getting-Started_images/Getting-Started_img1.png)
242+
![PHP Menu Define multiple level Menu items](Getting-Started_images/Getting-Started_img1.png)
243243

244244
By following the above mentioned steps, you can render the **Menu** control with multiple level sub items . You can simply customize the **Menu** widget in an efficient manner.
245245

PHP/Toolbar/Getting-Started.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Getting started with Toolbar
4-
description: To get start with Toolbar
3+
title: Getting started with PHP Toolbar Control | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential PHP Toolbar Control, its elements, and more.
55
platform: php
66
control: Toolbar
77
documentation: ug
88
keywords: Toolbar, toolbar
99
---
1010

11-
# Getting Started
11+
# Getting Started with PHP Toolbar
1212

1313
This section explains briefly about how to create a **Toolbar** in your application with **PHP.**
1414

@@ -76,7 +76,7 @@ Refer the required scripts and CSS files in your PHP page as mentioned below in
7676

7777
**Toolbar** control supports displaying a list of tools in a Web page. This control is capable of customizing toolbar items with any functionality by using enriched **client-side** methods. This control consists of a collection of **unordered lists** contains text and images. From the following section, you can learn how to customize **toolbar** control for a **PDF reader** scenario. The following screen shot shows the appearance of **toolbar** in **PDF reader** simulator application.
7878

79-
![](Getting-Started_images/Getting-Started_img1.png)
79+
![PHP Toolbar create a toolbar](Getting-Started_images/Getting-Started_img1.png)
8080

8181
## Create a Toolbar
8282

@@ -98,7 +98,7 @@ The **Toolbar** control can be easily configured with **<LI>** elements. T
9898

9999
Output of the above steps
100100

101-
![](Getting-Started_images/Getting-Started_img2.png)
101+
![PHP Toolbar Initialize Toolbar Items](Getting-Started_images/Getting-Started_img2.png)
102102

103103

104104

@@ -149,7 +149,7 @@ Initialize the Toolbar items with **LI** template as follows.
149149

150150
Apply the given styles in the code table to show the **toolbar items** as follows. You can refer images from any location. In the following code sample, the images are referred from the given location.
151151

152-
[http://js.syncfusion.com/UG/Web/Content/](http://js.syncfusion.com/UG/Web/Content/)
152+
[https://js.syncfusion.com/demos/jquery/](https://js.syncfusion.com/demos/jquery/)
153153

154154
{% highlight css %}
155155

@@ -199,7 +199,7 @@ Execute the code to render a toolbar with a list of **toolbar items**.
199199

200200

201201

202-
![](Getting-Started_images/Getting-Started_img3.png)
202+
![PHP Toolbar Execute the code to render](Getting-Started_images/Getting-Started_img3.png)
203203

204204
Toolbar with list of toolbar items
205205
{:.caption}
@@ -404,7 +404,7 @@ Execute the code to render a **toolbar items** with separator.
404404

405405

406406

407-
![](Getting-Started_images/Getting-Started_img4.png)
407+
![PHP Toolbar items](Getting-Started_images/Getting-Started_img4.png)
408408

409409

410410
## Add Actions to Toolbar Items
@@ -478,7 +478,7 @@ Execute the given code to render a **PDF reader** as follows.
478478

479479

480480

481-
![](Getting-Started_images/Getting-Started_img6.png)
481+
![PHP Toolbar PDF reader](Getting-Started_images/Getting-Started_img6.png)
482482

483483

484484

0 commit comments

Comments
 (0)