You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PHP/Menu/Getting-Started.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
2
layout: post
3
-
title: Getting-Started for Menu
4
-
description: getting started for Menu
5
-
platform:php
3
+
title: GettingStarted 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
6
6
control: Menu
7
7
documentation: ug
8
-
keywords:ejmenu, php menu, menu
8
+
keywords:ejmenu, php menu, menu
9
9
---
10
10
11
-
# Getting Started
11
+
# Getting Started with PHP Menu
12
12
13
13
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**.

243
243
244
244
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.
Copy file name to clipboardExpand all lines: PHP/Toolbar/Getting-Started.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
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.
5
5
platform: php
6
6
control: Toolbar
7
7
documentation: ug
8
8
keywords: Toolbar, toolbar
9
9
---
10
10
11
-
# Getting Started
11
+
# Getting Started with PHP Toolbar
12
12
13
13
This section explains briefly about how to create a **Toolbar** in your application with **PHP.**
14
14
@@ -76,7 +76,7 @@ Refer the required scripts and CSS files in your PHP page as mentioned below in
76
76
77
77
**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.
@@ -149,7 +149,7 @@ Initialize the Toolbar items with **LI** template as follows.
149
149
150
150
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.
0 commit comments