|
1 | 1 | ---
|
2 | 2 | layout: post
|
3 |
| -title: Getting-Started |
4 |
| -description: getting started |
| 3 | +title: Getting Started with JavaScript Color Picker | Syncfusion |
| 4 | +description: Learn here all about getting started with Syncfusion Essential Studio JavaScript Color Picker control, its elements, and more details. |
5 | 5 | platform: js
|
6 | 6 | control: ColorPicker
|
7 | 7 | documentation: ug
|
8 | 8 | api: /api/js/ejcolorpicker
|
9 | 9 | ---
|
10 | 10 |
|
11 |
| -# Getting Started |
| 11 | +# Getting Started with JavaScript Color Picker |
12 | 12 |
|
13 | 13 | This section explains briefly about how to create a **ColorPicker** in your application with **JavaScript**. The **Essential JavaScript ColorPicker** control provides you support for selecting the colors in different sources such as palettes, picker or custom palettes. You can also render the color value from control in three formats such as RGB, HSV and HEXCODE.
|
14 | 14 |
|
15 | 15 | In this example, you can learn how to customize **ColorPicker** control in a category Application.
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 | In the following sections you can learn, How to:
|
20 | 20 |
|
@@ -79,7 +79,7 @@ Initialize **ColorPicker** element in **<script>** tag.
|
79 | 79 |
|
80 | 80 | Run the above code to render the following output.
|
81 | 81 |
|
82 |
| - |
| 82 | + |
83 | 83 |
|
84 | 84 | ## Initialize the other widgets
|
85 | 85 |
|
@@ -245,7 +245,7 @@ Add the following style section to align form fields.
|
245 | 245 |
|
246 | 246 | Run the above code to render the following output.
|
247 | 247 |
|
248 |
| - |
| 248 | + |
249 | 249 |
|
250 | 250 | ## Add value with Selected Color
|
251 | 251 |
|
@@ -278,5 +278,5 @@ Initialize the click event for the button element in **<script>** tag.
|
278 | 278 |
|
279 | 279 | The following screenshot illustrates the resultant output after you click **Add** button.
|
280 | 280 |
|
281 |
| - |
| 281 | + |
282 | 282 |
|
0 commit comments