Skip to content

Commit 5475869

Browse files
Merge pull request #345 from Syncfusion-Content/hotfix/hotfix-v24.1.41
DOCINFRA-2341_merged_using_automation
2 parents 644cbb6 + 81fb70f commit 5475869

8 files changed

+13
-13
lines changed

angular/RichTextEditor/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 for Angular RichTextEditor | Syncfusion
3-
description: How to create a RichTextEditor control.
2+
title: Getting Started with Angular RichTextEditor | Syncfusion
3+
description: Learn here all about getting started with Syncfusion Essentia Angular RichTextEditor control, it's elements and more details.
44
platform: Angular
55
control: RTE
66
documentation: Ug
77
keywords: ejrte, rte, js rte
88
---
99

10-
# Getting started
10+
# Getting started with Angular RichTextEditor
1111

1212
This section helps to understand the getting started of RTE control with the step-by-step instruction.
1313

@@ -62,7 +62,7 @@ export class AppComponent {
6262

6363
Now, the RTE is rendered.
6464

65-
![RTE](Getting-Started_images/Getting-Started_img1.png)
65+
![Angular RTE.](Getting-Started_images/angular-rich-text-editor-getting-started.png)
6666

6767
## Toolbar–Configuration
6868

@@ -93,7 +93,7 @@ export class RatingComponent {
9393

9494
The above code example displays the following output.
9595

96-
![tools](Getting-Started_images/Getting-Started_img2.png)
96+
![Angular RichTextEditor tools.](Getting-Started_images/angular-rich-text-editor-tool.png)
9797

9898
You can set the content of the editor as follows.
9999

@@ -122,4 +122,4 @@ export class AppComponent {
122122

123123
The following screenshot displays a RTE widget.
124124

125-
![value](Getting-Started_images/Getting-Started_img3.png)
125+
![Angular RichTextEditor value.](Getting-Started_images/angular-rich-text-editor-value.png)

angular/ToggleButton/Getting-Started.md

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

10-
# Getting Started
10+
# Getting Started with Angular Toggle Button
1111

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

1414
## Control structure
1515

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

18-
![](/Angular/ToggleButton/Getting-Started_images/Getting-Started_img1.png)
18+
![Getting Started with Angular Toggle Button.](/Angular/ToggleButton/Getting-Started_images/angular-toggle-button-getting-started.png)
1919

2020

2121

22-
![](/Angular/ToggleButton/Getting-Started_images/Getting-Started_img2.png)
22+
![Angular Toggle Button control structure.](/Angular/ToggleButton/Getting-Started_images/angular-toggle-button-structure.png)
2323

2424
## Create a simple Toggle Button in Angular
25-
To get started, you need to refer the basic prerequisites and system configuration to be done from the given [Getting started](https://help.syncfusion.com/angular-2/gettingstarted/overview) document.
25+
To get started, you need to refer the basic prerequisites and system configuration to be done from the given [Getting started](https://help.syncfusion.com/angular/gettingstarted/overview) document.
2626

2727
## Toggle Button Creation
2828

@@ -104,7 +104,7 @@ export class ToggleButtonComponent {
104104
Output of above steps
105105

106106

107-
![](/Angular/ToggleButton/Getting-Started_images/Getting-Started_img4.png)
107+
![Angular Toggle Button label element.](/Angular/ToggleButton/Getting-Started_images/angular-toggle-button-element.png)
108108

109109

110110

0 commit comments

Comments
 (0)