diff --git a/PHP/Menu/Getting-Started.md b/PHP/Menu/Getting-Started.md index 18c0aac2..8a848d06 100644 --- a/PHP/Menu/Getting-Started.md +++ b/PHP/Menu/Getting-Started.md @@ -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 @@ -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 @@ -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 @@ -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. diff --git a/PHP/Toolbar/Getting-Started.md b/PHP/Toolbar/Getting-Started.md index 33c9571b..c8229409 100644 --- a/PHP/Toolbar/Getting-Started.md +++ b/PHP/Toolbar/Getting-Started.md @@ -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.** @@ -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 @@ -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) @@ -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 %} @@ -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} @@ -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 @@ -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)