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
6 changes: 3 additions & 3 deletions angularjs/Barcode/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Getting Started with Syncfusion Essential JS Barcode widget
description: How to create one dimensional, two dimensional barcode and customizing the appearance of it.
title: Getting Started with AngularJS Barcode Control | Syncfusion
description: Learn here about getting started with Syncfusion Essential AngularJS Barcode Control, its elements, and more.
platform: AngularJS
control: Barcode
documentation: ug
---

# Getting Started
# Getting Started with AngularJS Barcode

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

Expand Down
20 changes: 10 additions & 10 deletions angularjs/RangeNavigator/Range-Padding.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Range-Padding
description: Range Padding
title: Range Padding in AngularJS RangeNavigator Control | Syncfusion
description: Learn here about range padding in Syncfusion Essential AngularJS RangeNavigator Control, its elements, and more.
platform: AngularJS
control: RangeNavigator
documentation: ug
---

# Range Padding
# Range Padding in AngularJS RangeNavigator

**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**.

Expand Down Expand Up @@ -47,7 +47,7 @@ The following screenshot illustrates a **RangeNavigator** with **rangePadding**



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

### Additional

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



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

### Normal

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

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

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

### Round

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

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

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

## DateTime

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

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

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

### Round

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

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

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

## Padding

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


![](Range-Padding_images/Range-Padding_img7.png)
![AngularJS RangeNavigator Customize axis](Range-Padding_images/Range-Padding_img7.png)
10 changes: 5 additions & 5 deletions angularjs/Signature/signature-customization.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: signature customization
description: signature customization
title: Signature customization in AngularJS Signature Control | Syncfusion
description: Learn here about signature customization in Syncfusion Essential AngularJS Signature Control, its elements, and more.
platform: AngularJS
control: Signature
documentation: ug
---

## Signature Customization
# Signature Customization in AngularJS Signature

### Background color
## Background color

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.

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

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

![](backgroundimage_images\backgroundimage_img1.png)
![AngularJS Signature stroke color](backgroundimage_images\backgroundimage_img1.png)

### Stroke color

Expand Down
8 changes: 4 additions & 4 deletions angularjs/Uploadbox/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 AngularJS Uploadbox Control | Syncfusion
description: Learn here about rtl support in Syncfusion Essential AngularJS Uploadbox Control, its elements, and more.
platform: AngularJS
control: Uploadbox
documentation: ug
---

# RTL Support
# RTL Support in AngularJS Uploadbox

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.

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

The following screenshot displays the output.

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