diff --git a/PHP/AutoComplete/Getting-Started.md b/PHP/AutoComplete/Getting-Started.md index 749b48c6..4ce18877 100644 --- a/PHP/AutoComplete/Getting-Started.md +++ b/PHP/AutoComplete/Getting-Started.md @@ -1,17 +1,17 @@ --- layout: post -title: Getting-Started -description: getting started +title: Getting Started with PHP AutoComplete Control | Syncfusion +description: Learn here about getting started with Syncfusion Essential PHP AutoComplete Control, its elements, and more. platform: php control: Autocomplete documentation: ug --- -#Overview +# Getting Started with PHP AutoComplete The PHP AutoComplete control is a textbox control that provides a list of suggestions based on your query. When you enter text into the text box, the control performs a search operation and provides a list of results. There are several filter types available to perform the search. -# Getting Started +## Getting Started Using the following steps, you can create a PHP AutoComplete control. The basic rendering of PHP AutoComplete is achieved with default functionality. @@ -48,7 +48,7 @@ The data for the suggestion list can be populated using the dataSource property. {% endhighlight %} -![](Getting-Started images\datasource.png) +![PHP AutoComplete dataSource](Getting-Started images\datasource.png) ## Enable Popup Button @@ -69,4 +69,4 @@ This button helps you to show all the available suggestions on clicking it. {% endhighlight %} -![](Getting-Started images\showPopupButton.png) \ No newline at end of file +![PHP AutoComplete show Popup Button](Getting-Started images\showPopupButton.png) \ No newline at end of file diff --git a/PHP/DateTimePicker/Getting-Started.md b/PHP/DateTimePicker/Getting-Started.md index ae3034ae..88f73f1e 100644 --- a/PHP/DateTimePicker/Getting-Started.md +++ b/PHP/DateTimePicker/Getting-Started.md @@ -1,13 +1,13 @@ --- -title: Getting Started with DateTimePicker | DateTimePicker | PHP | Syncfusion -description: Getting Started with DateTimePicker +title: Getting Started with PHP DateTimePicker Control | Syncfusion +description: Learn here about Getting Started with Syncfusion Essential PHP DateTimePicker Control, its elements, and more. platform: php control: DateTimePicker documentation: ug keywords: Datetimepicker getting started, php datetimepicker --- -# Getting Started +# Getting Started with PHP DateTimePicker This section illustrates the details on how to render and configure a DateTimePicker control using the methods available in PHP wrapper classes. @@ -28,7 +28,7 @@ Create a DateTimePicker control by instantiating the PHP wrapper class available The following screenshot illustrates the output of above code. -![](getting-started_images/datetime.png) +![PHP DateTimePicker datetime](getting-started_images/datetime.png) ## Configuring DateTimePicker @@ -47,7 +47,7 @@ The following screenshot illustrates the output of above code. The following screenshot illustrates the output of above code. -![](getting-started_images/minmax.png) +![PHP DateTimePicker minmax](getting-started_images/minmax.png) ### Customize button text @@ -64,4 +64,4 @@ You can customize the value in DateTimepicker control by using the buttonText pr The following screenshot illustrates the output of above code. -![](getting-started_images/buttontext.png) \ No newline at end of file +![PHP DateTimePicker buttonText](getting-started_images/buttontext.png) \ No newline at end of file diff --git a/PHP/NumericTextBox/Overview.md b/PHP/NumericTextBox/Overview.md index 0835fcf3..f54f3bcf 100644 --- a/PHP/NumericTextBox/Overview.md +++ b/PHP/NumericTextBox/Overview.md @@ -1,13 +1,13 @@ --- -title: Overview about NumericTextBox -description: overview +title: Overview of PHP NumericTextBox Control | Syncfusion +description: Learn here about overview of Syncfusion Essential PHP NumericTextBox Control, its elements, and more. platform: php control: NumericTextbox documentation: ug keywords: --- -# Overview +# Overview of PHP NumericTextBox **EJ PHP NumericTextBox** component provides all the functionalities that is available in EJ NumericTextBox, since it is a server side wrapper of EJ NumericTextBox widget. It is used to display only numeric values. It has Spin buttons to increase or decrease the values in the Text Box. **Key Features**