Skip to content
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
18 changes: 9 additions & 9 deletions PHP/Menu/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
layout: post
title: Getting-Started for Menu
description: getting started for Menu
platform:php
title: Getting Started with PHP Menu Control | Syncfusion
description: Learn here about getting started with Syncfusion Essential PHP Menu Control, its elements, and more.
platform: php
control: Menu
documentation: ug
keywords:ejmenu, php menu, menu
keywords: ejmenu, php menu, menu
---

# Getting Started
# Getting Started with PHP Menu

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**.

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

## Create a Menu

Expand Down Expand Up @@ -86,7 +86,7 @@ Add following styles for menu

The following screenshot displays output.

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

## Initialize sub-level Menu items

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

Execute the above code example to render the following output.

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

## Define multiple level Menu items

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

The following screenshot is the output.

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

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.

Expand Down
18 changes: 9 additions & 9 deletions PHP/Toolbar/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Getting started with Toolbar
description: To get start with Toolbar
title: Getting started with PHP Toolbar Control | Syncfusion
description: Learn here about getting started with Syncfusion Essential PHP Toolbar Control, its elements, and more.
platform: php
control: Toolbar
documentation: ug
keywords: Toolbar, toolbar
---

# Getting Started
# Getting Started with PHP Toolbar

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

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

**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.

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

## Create a Toolbar

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

Output of the above steps

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



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

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.

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

{% highlight css %}

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



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

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



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


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



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



Expand Down