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
12 changes: 6 additions & 6 deletions PHP/AutoComplete/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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

Expand All @@ -69,4 +69,4 @@ This button helps you to show all the available suggestions on clicking it.

{% endhighlight %}

![](Getting-Started images\showPopupButton.png)
![PHP AutoComplete show Popup Button](Getting-Started images\showPopupButton.png)
12 changes: 6 additions & 6 deletions PHP/DateTimePicker/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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)
![PHP DateTimePicker buttonText](getting-started_images/buttontext.png)
6 changes: 3 additions & 3 deletions PHP/NumericTextBox/Overview.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down