Skip to content

Commit d02b8a3

Browse files
Merge pull request #167 from Syncfusion-Content/hotfix/hotfix-v20.2.0.43
DOCINFRA-2341_merged_using_automation
2 parents 535d443 + 4f074a0 commit d02b8a3

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

PHP/AutoComplete/Getting-Started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
layout: post
3-
title: Getting-Started
4-
description: getting started
3+
title: Getting Started with PHP AutoComplete Control | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential PHP AutoComplete Control, its elements, and more.
55
platform: php
66
control: Autocomplete
77
documentation: ug
88
---
99

10-
#Overview
10+
# Getting Started with PHP AutoComplete
1111

1212
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.
1313

14-
# Getting Started
14+
## Getting Started
1515

1616
Using the following steps, you can create a PHP AutoComplete control. The basic rendering of PHP AutoComplete is achieved with default functionality.
1717

@@ -48,7 +48,7 @@ The data for the suggestion list can be populated using the dataSource property.
4848

4949
{% endhighlight %}
5050

51-
![](Getting-Started images\datasource.png)
51+
![PHP AutoComplete dataSource](Getting-Started images\datasource.png)
5252

5353
## Enable Popup Button
5454

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

7070
{% endhighlight %}
7171

72-
![](Getting-Started images\showPopupButton.png)
72+
![PHP AutoComplete show Popup Button](Getting-Started images\showPopupButton.png)

PHP/DateTimePicker/Getting-Started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Getting Started with DateTimePicker | DateTimePicker | PHP | Syncfusion
3-
description: Getting Started with DateTimePicker
2+
title: Getting Started with PHP DateTimePicker Control | Syncfusion
3+
description: Learn here about Getting Started with Syncfusion Essential PHP DateTimePicker Control, its elements, and more.
44
platform: php
55
control: DateTimePicker
66
documentation: ug
77
keywords: Datetimepicker getting started, php datetimepicker
88
---
99

10-
# Getting Started
10+
# Getting Started with PHP DateTimePicker
1111

1212
This section illustrates the details on how to render and configure a DateTimePicker control using the methods available in PHP wrapper classes.
1313

@@ -28,7 +28,7 @@ Create a DateTimePicker control by instantiating the PHP wrapper class available
2828

2929
The following screenshot illustrates the output of above code.
3030

31-
![](getting-started_images/datetime.png)
31+
![PHP DateTimePicker datetime](getting-started_images/datetime.png)
3232

3333
## Configuring DateTimePicker
3434

@@ -47,7 +47,7 @@ The following screenshot illustrates the output of above code.
4747

4848
The following screenshot illustrates the output of above code.
4949

50-
![](getting-started_images/minmax.png)
50+
![PHP DateTimePicker minmax](getting-started_images/minmax.png)
5151

5252
### Customize button text
5353

@@ -64,4 +64,4 @@ You can customize the value in DateTimepicker control by using the buttonText pr
6464

6565
The following screenshot illustrates the output of above code.
6666

67-
![](getting-started_images/buttontext.png)
67+
![PHP DateTimePicker buttonText](getting-started_images/buttontext.png)

PHP/NumericTextBox/Overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Overview about NumericTextBox
3-
description: overview
2+
title: Overview of PHP NumericTextBox Control | Syncfusion
3+
description: Learn here about overview of Syncfusion Essential PHP NumericTextBox Control, its elements, and more.
44
platform: php
55
control: NumericTextbox
66
documentation: ug
77
keywords:
88
---
99

10-
# Overview
10+
# Overview of PHP NumericTextBox
1111
**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.
1212

1313
**Key Features**

0 commit comments

Comments
 (0)