From ab180f02465239e58e622330f515280b241804b5 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Tue, 16 Aug 2022 17:09:32 +0530 Subject: [PATCH] SEO-2513_Site_Audit_Issues --- angular/Button/Miscellaneous.md | 10 +++++----- angular/Button/RTL-Support.md | 8 ++++---- angular/Button/Repeat-Button.md | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/angular/Button/Miscellaneous.md b/angular/Button/Miscellaneous.md index 2d8b2e9d..bba4f780 100644 --- a/angular/Button/Miscellaneous.md +++ b/angular/Button/Miscellaneous.md @@ -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 @@ -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 @@ -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) diff --git a/angular/Button/RTL-Support.md b/angular/Button/RTL-Support.md index 8ea08c29..96b45db4 100644 --- a/angular/Button/RTL-Support.md +++ b/angular/Button/RTL-Support.md @@ -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. @@ -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) diff --git a/angular/Button/Repeat-Button.md b/angular/Button/Repeat-Button.md index 020488d6..deb09700 100644 --- a/angular/Button/Repeat-Button.md +++ b/angular/Button/Repeat-Button.md @@ -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. @@ -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)