Skip to content

Commit 28d297d

Browse files
SEO-2475_Site_Audit_Issues
1 parent a9af630 commit 28d297d

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

angular/Button/Miscellaneous.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Miscellaneous
4-
description: miscellaneous
3+
title: Miscellaneous in Angular Button Control | Syncfusion
4+
description: Learn here about miscellaneous support in Syncfusion Essential Angular Button Control, its elements, and more.
55
platform: Angular
66
control: Button
77
documentation: ug
88
---
99

10-
# Miscellaneous
10+
# Miscellaneous in Angular Button
1111

1212
## Text
1313

@@ -48,7 +48,7 @@ In the above code, the content of button “button” is replaced by the text va
4848

4949
Execute the above code to render the following output.
5050

51-
![](Miscellaneous_images/Miscellaneous_img1.png)
51+
![Angular Button miscellaneous](Miscellaneous_images/Miscellaneous_img1.png)
5252

5353
## Show Rounded Corner
5454

@@ -87,7 +87,7 @@ In the **HTML** page, add the following button elements to configure **Button**
8787

8888
Execute the above code to render the following output.
8989

90-
![](Miscellaneous_images/Miscellaneous_img2.png)
90+
![Angular Button show rounded corner](Miscellaneous_images/Miscellaneous_img2.png)
9191

9292

9393

angular/Button/RTL-Support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: RTL-Support
4-
description: rtl support
3+
title: RTL Support in Angular Button Control | Syncfusion
4+
description: Learn here about RTL Support in Syncfusion Essential Angular Button Control, its elements, and more.
55
platform: Angular
66
control: Button
77
documentation: ug
88
---
99

10-
# RTL Support
10+
# RTL Support in Angular Button
1111

1212
In some cases you can use right to left alignment. Here, RTL support is provided using **enableRTL** property. In RTL mode when you have more than one content (image/text, image/image) in button, then these content are aligned in right to left format. For example, when text is in left and image is in right position, after applying right to left alignment these position are interchanged.
1313

@@ -46,5 +46,5 @@ In above mentioned code example prefixIcon property is used and the icon that is
4646

4747
Execute the above code to render the following output.
4848

49-
![](RTL-Support_images/RTL-Support_img1.png)
49+
![Angular Button RTL Support](RTL-Support_images/RTL-Support_img1.png)
5050

angular/Button/Repeat-Button.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Repeat-Button
4-
description: repeat button
3+
title: Repeat Button in Angular Button Control | Syncfusion
4+
description: Learn here about Repeat Button support in Syncfusion Essential Angular Button Control, its elements, and more.
55
platform: Angular
66
control: Button
77
documentation: ug
88
---
99

10-
# Repeat Button
10+
# Repeat Button in Angular Button
1111

1212
When you press button continuously, click event is raised at each specific time interval. This type of button is called **Repeat Button**. This functionality repeatedly raises the click event of button in both button click and from button in pressed state to the released state. **timeInterval** property is used to specify the time Interval for triggering click event, when the button is in pressed state. **repeatButton** property is used to set the button in repeat mode.
1313

@@ -58,5 +58,5 @@ export class DefaultComponent {
5858

5959
Execute the above code to render the following output.
6060

61-
![](Repeat-Button_images/Repeat-Button_img1.png)
61+
![Angular Button repeat button](Repeat-Button_images/Repeat-Button_img1.png)
6262

0 commit comments

Comments
 (0)