Skip to content

Commit dd73dfa

Browse files
committed
SEO-176838-JS-Dropped-keywords-UG
1 parent 07f4cab commit dd73dfa

9 files changed

+13
-14
lines changed

js/Button/Getting-Started.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
---
22
layout: post
3-
title: Getting-Started
4-
description: getting started
5-
platform: js
3+
title: Getting Started with JavaScript Button Control | Syncfusion
4+
description: Learn here all about getting started with Syncfusion Essential JavaScript Button component, it's elements and more details.
65
control: Button
76
documentation: ug
87
api : /api/js/ejbutton
98
---
109

11-
# Getting Started
10+
# Getting Started with JavaScript Button Component
1211

1312
This section explains you briefly on how to create a **Button** in your application with **JavaScript**. Essential JavaScript Button helps to display a Button widget within a web page and allows you to Click, Toggle Click, Reset, and Submit. The following example illustrates how to customize Button control in a Media Player and Office Ribbon Application.
1413

1514
The following screenshot illustrates the functionality of a Button control in Media Player and Office Ribbon Application.
1615

17-
![](/js/Button/Getting-Started_images/Getting-Started_img1.png)
16+
![Getting Started with JavaScript Button.](/js/Button/Getting-Started_images/javascript-button-getting-started.png)
1817

1918
## Create Button Widget
2019

@@ -280,7 +279,7 @@ Add the following function in **<script>** tag.
280279

281280
The following screenshot displays the output.
282281

283-
![](/js/Button/Getting-Started_images/Getting-Started_img2.png)
282+
![JavaScript Button getting started output](/js/Button/Getting-Started_images/javascript-button-output.png)
284283

285284
## Create Office Ribbon Control
286285

@@ -384,9 +383,9 @@ Add Function Definition from click event to Button function.
384383

385384
The following screenshot displays Office Ribbon Application.
386385

387-
![](/js/Button/Getting-Started_images/Getting-Started_img3.png)
386+
![JavaScript Button application.](/js/Button/Getting-Started_images/javascript-button-application.png)
388387

389388
The following screenshot displays **Office Ribbon** **Bold** Option.
390389

391-
![](/js/Button/Getting-Started_images/Getting-Started_img4.png)
390+
![JavaScript Button display.](/js/Button/Getting-Started_images/javaScript-button-display.png)
392391

js/ToggleButton/Getting-Started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
22
layout: post
3-
title: Getting-Started
4-
description: getting started
3+
title: Getting Started with JavaScript Toggle Botton Control | Syncfusion
4+
description: Learn here all about getting started with Syncfusion Essential JavaScript Toggle Button component, it's elements and more details.
55
platform: js
66
control: Toggle Button
77
documentation: ug
88
api: /api/js/ejtogglebutton
99
---
1010

11-
# Getting Started
11+
# Getting Started with JavaScript Toggle Botton Control
1212

1313
This section explains briefly about how to create a **Toggle Button** in your application with **JavaScript.**
1414

1515
## Control structure
1616

1717
The HTML checkbox element can be easily configured as **Essential JavaScript Toggle Button** control. The basic rendering of **Essential JavaScript Toggle Button** is achieved by using default functionality.
1818

19-
![](/js/ToggleButton/Getting-Started_images/Getting-Started_img1.png)
19+
![JavaScript Toggle Button structure.](/js/ToggleButton/Getting-Started_images/javascript-toggle-button-structure.png)
2020

2121

2222

23-
![](/js/ToggleButton/Getting-Started_images/Getting-Started_img2.png)
23+
![JavaScript Toggle Button getting started.](/js/ToggleButton/Getting-Started_images/javascript-toggle-button-getting-started.png)
2424

2525

2626

@@ -106,7 +106,7 @@ Output of above steps
106106

107107

108108

109-
![](/js/ToggleButton/Getting-Started_images/Getting-Started_img4.png)
109+
![Label element in JavaScript Toggle Button.](/js/ToggleButton/Getting-Started_images/javascript-toggle-button-label.png)
110110

111111

112112

0 commit comments

Comments
 (0)