Skip to content

Commit 72d81bc

Browse files
Merge pull request #241 from Syncfusion-Content/hotfix/hotfix-v21.1.35
DOCINFRA-2341_merged_using_automation
2 parents c1fd0f7 + be61673 commit 72d81bc

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

angularjs/Barcode/Getting-Started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Getting Started with Syncfusion Essential JS Barcode widget
4-
description: How to create one dimensional, two dimensional barcode and customizing the appearance of it.
3+
title: Getting Started with AngularJS Barcode Control | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential AngularJS Barcode Control, its elements, and more.
55
platform: AngularJS
66
control: Barcode
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with AngularJS Barcode
1111

1212
This section explains you briefly on how to create one dimensional and two dimensional barcodes and customizing its appearance in your JavaScript application.
1313

angularjs/RangeNavigator/Range-Padding.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Range-Padding
4-
description: Range Padding
3+
title: Range Padding in AngularJS RangeNavigator Control | Syncfusion
4+
description: Learn here about range padding in Syncfusion Essential AngularJS RangeNavigator Control, its elements, and more.
55
platform: AngularJS
66
control: RangeNavigator
77
documentation: ug
88
---
99

10-
# Range Padding
10+
# Range Padding in AngularJS RangeNavigator
1111

1212
**Range Padding** adds padding for range in **RangeNavigator**. It allows you to space the grid lines in the **RangeNavigator**. By default, this property is set to **none**.
1313

@@ -47,7 +47,7 @@ The following screenshot illustrates a **RangeNavigator** with **rangePadding**
4747

4848

4949

50-
![](Range-Padding_images/Range-Padding_img1.png)
50+
![AngularJS RangeNavigator none](Range-Padding_images/Range-Padding_img1.png)
5151

5252
### Additional
5353

@@ -57,23 +57,23 @@ The following screenshot illustrates a **RangeNavigator** with **rangePadding**
5757

5858

5959

60-
![](Range-Padding_images/Range-Padding_img2.png)
60+
![AngularJS RangeNavigator additional](Range-Padding_images/Range-Padding_img2.png)
6161

6262
### Normal
6363

6464
In normal **rangePadding**, automatic range calculation differs based on the data.
6565

6666
The following screenshot illustrates **RangeNavigator** with **rangePadding** set to normal
6767

68-
![](Range-Padding_images/Range-Padding_img3.png)
68+
![AngularJS RangeNavigator normal](Range-Padding_images/Range-Padding_img3.png)
6969

7070
### Round
7171

7272
Round **rangePadding** for a numerical range rounds the range of the control to the nearest possible value that is divisible by the interval.
7373

7474
The following screenshot illustrates a **RangeNavigator** with **rangePadding** set to **Round**.
7575

76-
![](Range-Padding_images/Range-Padding_img4.png)
76+
![AngularJS RangeNavigator rounds](Range-Padding_images/Range-Padding_img4.png)
7777

7878
## DateTime
7979

@@ -108,15 +108,15 @@ By default, the **rangePadding** for **DateTime** range is none. The range is ca
108108

109109
The following screenshot illustrates a **RangeNavigator** with **rangePadding** set to none.
110110

111-
![](Range-Padding_images/Range-Padding_img5.png)
111+
![AngularJS RangeNavigator range padding](Range-Padding_images/Range-Padding_img5.png)
112112

113113
### Round
114114

115115
Round **rangePadding** for a **DateTime** range rounds the range of the control to the nearest possible value.
116116

117117
The following screenshot illustrates a **RangeNavigator** with **rangePadding** set to Round.
118118

119-
![](Range-Padding_images/Range-Padding_img6.png)
119+
![AngularJS RangeNavigator date time](Range-Padding_images/Range-Padding_img6.png)
120120

121121
## Padding
122122

@@ -265,4 +265,4 @@ The following code example renders a RangeNavigator with a range from 2010 Janua
265265
{% endhighlight %}
266266

267267

268-
![](Range-Padding_images/Range-Padding_img7.png)
268+
![AngularJS RangeNavigator Customize axis](Range-Padding_images/Range-Padding_img7.png)

angularjs/Signature/signature-customization.md

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

10-
## Signature Customization
10+
# Signature Customization in AngularJS Signature
1111

12-
### Background color
12+
## Background color
1313

1414
Signature component allows you to set the background color for the component using the **e-backgroundcolor** property. When we set our required background, then the signature’s background color will be changed automatically.
1515

@@ -71,7 +71,7 @@ syncApp.controller('signatureCtrl', function ($scope) {
7171

7272
The following screenshot illustrates the Signature with custom defined background image.
7373

74-
![](backgroundimage_images\backgroundimage_img1.png)
74+
![AngularJS Signature stroke color](backgroundimage_images\backgroundimage_img1.png)
7575

7676
### Stroke color
7777

angularjs/Uploadbox/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 AngularJS Uploadbox Control | Syncfusion
4+
description: Learn here about rtl support in Syncfusion Essential AngularJS Uploadbox Control, its elements, and more.
55
platform: AngularJS
66
control: Uploadbox
77
documentation: ug
88
---
99

10-
# RTL Support
10+
# RTL Support in AngularJS Uploadbox
1111

1212
This feature supports the change of left-to-right alignment of the **Uploadbox** widget to right-to-left (**RTL**). That is, it sets the **Uploadbox** to right-to-left actions.
1313

@@ -37,4 +37,4 @@ For **JS**, configure **saveFiles.ashx** and **removeFiles.ashx** files as menti
3737

3838
The following screenshot displays the output.
3939

40-
![](RTL-Support_images/RTL-Support_img1.png)
40+
![AngularJS Uploadbox rtl support](RTL-Support_images/RTL-Support_img1.png)

0 commit comments

Comments
 (0)