Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions angular/Button/Miscellaneous.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Miscellaneous
description: miscellaneous
title: Miscellaneous in Angular Button Control | Syncfusion
description: Learn here about miscellaneous support in Syncfusion Essential Angular Button Control, its elements, and more.
platform: Angular
control: Button
documentation: ug
---

# Miscellaneous
# Miscellaneous in Angular Button

## Text

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

Execute the above code to render the following output.

![](Miscellaneous_images/Miscellaneous_img1.png)
![Angular Button miscellaneous](Miscellaneous_images/Miscellaneous_img1.png)

## Show Rounded Corner

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

Execute the above code to render the following output.

![](Miscellaneous_images/Miscellaneous_img2.png)
![Angular Button show rounded corner](Miscellaneous_images/Miscellaneous_img2.png)



8 changes: 4 additions & 4 deletions angular/Button/RTL-Support.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: RTL-Support
description: rtl support
title: RTL Support in Angular Button Control | Syncfusion
description: Learn here about RTL Support in Syncfusion Essential Angular Button Control, its elements, and more.
platform: Angular
control: Button
documentation: ug
---

# RTL Support
# RTL Support in Angular Button

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.

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

Execute the above code to render the following output.

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

8 changes: 4 additions & 4 deletions angular/Button/Repeat-Button.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Repeat-Button
description: repeat button
title: Repeat Button in Angular Button Control | Syncfusion
description: Learn here about Repeat Button support in Syncfusion Essential Angular Button Control, its elements, and more.
platform: Angular
control: Button
documentation: ug
---

# Repeat Button
# Repeat Button in Angular Button

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.

Expand Down Expand Up @@ -58,5 +58,5 @@ export class DefaultComponent {

Execute the above code to render the following output.

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