|
1 | 1 | --- |
2 | 2 | layout: post |
3 | | -title: Getting started with Rating |
4 | | -description: To get start with Rating |
| 3 | +title: Getting started with PHP Rating control | Syncfusion |
| 4 | +description: Learn here more about Getting Started with Syncfusion Essential PHP Rating Control, its elements, and more. |
5 | 5 | platform: php |
6 | 6 | control: Rating |
7 | 7 | documentation: ug |
8 | 8 | keywords: Rating, rating |
9 | 9 | --- |
10 | 10 |
|
11 | | -# Getting Started |
| 11 | +# Getting Started with PHP Rating |
12 | 12 |
|
13 | 13 | This section explains briefly about how to create a **Rating** control in your application with **PHP**. **Rating** helps to select the number of stars that represent Rating. Here, you can learn how to create **Rating** control in a real-time movie download application and also learn how to rate the application. |
14 | 14 |
|
15 | 15 | The following screenshot illustrates the functionality of a Rating widget with a Rating range of 0 to 5. |
16 | 16 |
|
17 | | - |
| 17 | + |
18 | 18 |
|
19 | 19 | The external script dependencies of the Rating widget is, |
20 | 20 |
|
@@ -213,7 +213,7 @@ The Rating can be created in **PHP** by using the below given code. |
213 | 213 |
|
214 | 214 | The following screenshot displays a Rating widget. |
215 | 215 |
|
216 | | - |
| 216 | + |
217 | 217 |
|
218 | 218 | ##Set the Min and Max Value |
219 | 219 |
|
@@ -250,7 +250,7 @@ In a real-time scenario, you can extend the range by using the properties **minV |
250 | 250 |
|
251 | 251 | The above code example displays the following output. |
252 | 252 |
|
253 | | - |
| 253 | + |
254 | 254 |
|
255 | 255 | ##Set Precision |
256 | 256 |
|
@@ -316,7 +316,7 @@ In a real-time movie **Rating** scenario, you can set precision in between two w |
316 | 316 |
|
317 | 317 | The above code example displays the following output. |
318 | 318 |
|
319 | | - |
| 319 | + |
320 | 320 |
|
321 | 321 | You can also add additional functionalities such as orientation, event tracer and API’s to the **Rating**. |
322 | 322 |
|
0 commit comments