Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DOCINFRA-2341_merged_using_automation #422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Nov 11, 2023
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
33 changes: 16 additions & 17 deletions js/Chart/3D-Chart.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
layout: post
title: 3D Chart types available in Essential JavaScript Chart
title: 3D Chart types in Essential JavaScript Chart Control | Syncfusion
description: Learn about the different types of 3D charts supported by Syncfusion Essential JavaScript Chart and how to customize the 3D view.
platform: js
control: Chart
documentation: ug
api : /api/js/ejchart
---

# 3D Chart

# 3D Chart types available in JavaScript Chart
Essential 3D Chart for JavaScript allows you to view 8 chart types in 3D view such as [`Bar`](chart-types#bar-chart), [`StackingBar`](chart-types#stacked-bar-chart), [`StackingBar100`](chart-types#stacked-bar-chart-1), [`Column`](chart-types#column-chart), [`Stacked Column`](chart-types#stacked-column-chart), [`100% Stacked Column`](chart-types#stacked-column-chart-1), [`Pie`](chart-types#pie-chart), [`Doughnut`](chart-types#doughnut-chart).


Expand All @@ -36,7 +35,7 @@ For rendering a 3D Column Chart, specify the series [`type`](../api/ejchart#memb
{% endhighlight %}


![](/js/Chart/3D-Chart_images/3D-Chart_img1.png)
![3D column chart in JavaScript](/js/Chart/3D-Chart_images/3D-Chart_img1.png)


[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/column) here to view the 3D Column Chart online demo sample.
Expand Down Expand Up @@ -65,7 +64,7 @@ You can create a 3D Bar Chart by setting the series [`type`](../api/ejchart#memb
{% endhighlight %}


![](/js/Chart/3D-Chart_images/3D-Chart_img2.png)
![3D bar chart in JavaScript](/js/Chart/3D-Chart_images/3D-Chart_img2.png)


[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/bar) here to view the 3D Bar Chart online demo sample.
Expand Down Expand Up @@ -98,7 +97,7 @@ Stacking Column 3DChart is rendered by specifying the series [`type`](../api/ejc
{% endhighlight %}


![](/js/Chart/3D-Chart_images/3D-Chart_img3.png)
![3D stacked column Chart in JavaScript](/js/Chart/3D-Chart_images/3D-Chart_img3.png)

[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/stackedcolumn) here to view the Stacked Column 3DChart online demo sample.

Expand Down Expand Up @@ -130,7 +129,7 @@ Stacking Column 3DChart is rendered by specifying the series [`type`](../api/ejc
{% endhighlight %}


![](/js/Chart/3D-Chart_images/3D-Chart_img4.png)
![3D 100% stacked column Chart in JavaScript](/js/Chart/3D-Chart_images/3D-Chart_img4.png)


[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/100%stackedcolumn) here to view the 100% Stacked Column 3DChart online demo sample.
Expand Down Expand Up @@ -163,7 +162,7 @@ To create Stacking Bar 3DChart, set the series [`type`](../api/ejchart#members:s
{% endhighlight %}


![](/js/Chart/3D-Chart_images/3D-Chart_img5.png)
![3D stacked bar Chart in JavaScript](/js/Chart/3D-Chart_images/3D-Chart_img5.png)

[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/stackedbar) here to view the Stacked Bar 3DChart online demo sample.

Expand Down Expand Up @@ -195,7 +194,7 @@ You can create 100% Stacking Bar 3DChart by setting the series [`type`](../api/e
{% endhighlight %}


![](/js/Chart/3D-Chart_images/3D-Chart_img6.png)
![3D 100% stacked bar Chart in JavaScript](/js/Chart/3D-Chart_images/3D-Chart_img6.png)

[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/100%stackedbar) here to view the 100% Stacking Bar 3DChart online demo sample.

Expand Down Expand Up @@ -223,7 +222,7 @@ To render the Pie Chart in 3D view, enable the **enbel3D** option in the chart a
{% endhighlight %}


![](/js/Chart/3D-Chart_images/3D-Chart_img7.png)
![3D pie chart in JavaScript](/js/Chart/3D-Chart_images/3D-Chart_img7.png)

[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/pie) here to view the Pie 3DChart online demo sample.

Expand Down Expand Up @@ -251,7 +250,7 @@ To render the Doughnut Chart in 3D view, enable the **enbel3D** option in the ch
{% endhighlight %}


![](/js/Chart/3D-Chart_images/3D-Chart_img8.png)
![3D doughnut chart in JavaScript](/js/Chart/3D-Chart_images/3D-Chart_img8.png)


[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/doughnut) here to view the Doughnut 3DChart online demo sample.
Expand All @@ -276,7 +275,7 @@ To render the EjChart in 3D view, set the [`enable3D`](../api/ejchart#members:en
{% endhighlight %}


![](/js/Chart/3D-Chart_images/3D-Chart_img9.png)
![3D view in JavaScript Chart](/js/Chart/3D-Chart_images/3D-Chart_img9.png)

[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/column) here to view the 3DChart online demo sample.

Expand All @@ -298,7 +297,7 @@ To render the EjChart in 3D view, set the [`enable3D`](../api/ejchart#members:en
{% endhighlight %}


![](/js/Chart/3D-Chart_images/3D-Chart_img10.png)
![Placing bar and column kind of series side-by-side in JavaScript Chart](/js/Chart/3D-Chart_images/3D-Chart_img10.png)


### Setting Axis Wall Size
Expand All @@ -318,7 +317,7 @@ In 3DChart, Cartesian axes lines are represented as walls and it defines the wid
{% endhighlight %}


![](/js/Chart/3D-Chart_images/3D-Chart_img11.png)
![Setting axis wall size in JavaScript Chart](/js/Chart/3D-Chart_images/3D-Chart_img11.png)


### 3D Depth
Expand All @@ -338,7 +337,7 @@ By using the [`depth`](../api/ejchart#members:depth) property, you can view the
{% endhighlight %}


![](/js/Chart/3D-Chart_images/3D-Chart_img12.png)
![3D depth in JavaScript Chart](/js/Chart/3D-Chart_images/3D-Chart_img12.png)


### Rotating and Tilting 3D Chart
Expand Down Expand Up @@ -366,7 +365,7 @@ To spin the 3D Chart on mouse dragging, enable [`enableRotation`](../api/ejchart
{% endhighlight %}


![](/js/Chart/3D-Chart_images/3D-Chart_img13.png)
![Rotating and tilting 3D chart in JavaSCript](/js/Chart/3D-Chart_images/3D-Chart_img13.png)


### PerspectiveAngle
Expand All @@ -387,6 +386,6 @@ The [`perspectiveAngle`](../api/ejchart#members:perspectiveangle) specifies the
{% endhighlight %}


![](/js/Chart/3D-Chart_images/3D-Chart_img14.png)
![PerspectiveAngle in JavaScript Chart](/js/Chart/3D-Chart_images/3D-Chart_img14.png)


12 changes: 6 additions & 6 deletions js/DropDownTree/Checkbox.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: CheckBox with DropDownTree widget for Syncfusion Essential JS
description: Describes about Checkbox functionalities in DropDownTree widget for Syncfusion Essential JS
title: Checkbox in JavaScript DropDownTree Control | Syncfusion
description: Learn here about Checkbox functionalities in Syncfusion Essential JavaScript DropDownTree Control, its elements, and more.
platform: js
control: DropDownTree
documentation: ug
keywords: Checkbox, dropdown,textModes, Delimiter
api: /api/js/ejDropDownTree
---

# Checkbox
# Checkbox in JavaScript DropDownTree

DropDownTree displays checkboxes to the left of each item when you set [treeViewSettings.showCheckBox](https://help.syncfusion.com/api/js/ejdropdowntree#members:treeViewSettings) property to true. It allows you to select more than one item at a time from the DropDownTree. Popup list stays open until selection is complete. Click on an item’s text or checkbox to change the checkbox’s checked status.

Expand Down Expand Up @@ -139,7 +139,7 @@ var localData = [{
});
{% endhighlight %}

![](Checkbox_images/Checkbox_img1.png)
![Checkbox with JavaScript DropDownTree widget](Checkbox_images/Checkbox_img1.png)

N> If you want to showcase the DropDownTree with default checked items on data binding, use `checkedNodes` in the `treeViewSettings` property.

Expand Down Expand Up @@ -288,7 +288,7 @@ var localData = [{
}
{% endhighlight %}

![](Checkbox_images/Checkbox_img2.png)
![Check an uncheck all in JavaScript DropDownTree](Checkbox_images/Checkbox_img2.png)

## checkNode/uncheckNode
You can check/uncheck a particular node at run time by using [checkNode](https://help.syncfusion.com/api/js/ejdropdowntree#methods:checkNode) and [uncheckNode](https://help.syncfusion.com/api/js/ejdropdowntree#methods:uncheckNode) methods. By default, no item will be in checked state.
Expand Down Expand Up @@ -434,4 +434,4 @@ function onCheckUncheckAll(args) {

{% endhighlight %}

![](Checkbox_images/Checkbox_img2.png)
![checkNode and uncheckNode in JavaScript DropdownTree](Checkbox_images/Checkbox_img2.png)
16 changes: 8 additions & 8 deletions js/Grid/Paging.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Paging with Grid widget for Syncfusion Essential JS
description: How to enable paging and its functionalites.
title: Paging in JavaScript Grid Control | Syncfusion
description: Learn here about how to enable paging and its functionalites in Syncfusion Essential JavaScript Grid Control, its elements, and more.
platform: js
control: Grid
documentation: ug
api: /api/js/ejgrid
---
# Paging
# Paging in JavaScript Grid

You can display the Grid records in paged view, by setting [`allowPaging`](https://help.syncfusion.com/api/js/ejgrid#members:allowpaging "allowPaging") property as `true`.

Expand All @@ -30,7 +30,7 @@ $(function () {

The following output is displayed as a result of the above code example.

![](paging_images/paging_img1.png)
![Paging in JavaScript Grid](paging_images/paging_img1.png)


## Pager with query string
Expand All @@ -57,7 +57,7 @@ $(function () {

The following output is displayed as a result of the above code example.

![](paging_images/paging_img2.png)
![Pager with query string in JavaScript Grid](paging_images/paging_img2.png)


## Pager template
Expand Down Expand Up @@ -111,7 +111,7 @@ function btnClick(args) {

The following output is displayed as a result of the above code example.

![](paging_images/paging_img3.png)
![Pager template in JavaScript Grid](paging_images/paging_img3.png)


## Pager with pageSize drop down
Expand All @@ -137,7 +137,7 @@ $(function () {

The following output is displayed as a result of the above code example.

![](paging_images/paging_img4.png)
![Pager with pageSize drop down in JavaScript Grid](paging_images/paging_img4.png)

## Pager with pageSettings

Expand Down Expand Up @@ -169,4 +169,4 @@ $(function () {

The following output is displayed as a result of the above code example.

![](paging_images/paging_img6.png)
![Pager with pageSettings in JavaScript Grid](paging_images/paging_img6.png)
5 changes: 3 additions & 2 deletions js/Grid/Summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ N> The [`dataMember`](https://help.syncfusion.com/api/js/ejgrid#members:summaryr

## Supported aggregates

Following are the supported list of the [aggregates](https://help.syncfusion.com/js/datamanager/summary#)
Following are the supported list of the [aggregates](https://help.syncfusion.com/js/datamanager/summary)

* Sum
* Average
Expand Down Expand Up @@ -469,7 +469,7 @@ The following output is displayed as a result of the above code example.

## Format

To format summary values, the [`format`](https://help.syncfusion.com/api/js/ejgrid#members:summaryrows-summarycolumns-format "format") property needs to be assigned in the [`summaryColumns`](https://help.syncfusion.com/api/js/ejgrid#members:summaryrows-summarycolumns "summaryColumns") collection object. To know more about formatting options. Please refer to the [**globalize.js**](https://github.com/jquery/globalize/tree/v0.1.1#)
To format summary values, the [`format`](https://help.syncfusion.com/api/js/ejgrid#members:summaryrows-summarycolumns-format "format") property needs to be assigned in the [`summaryColumns`](https://help.syncfusion.com/api/js/ejgrid#members:summaryrows-summarycolumns "summaryColumns") collection object. To know more about formatting options. Please refer to the [**globalize.js**](https://github.com/globalizejs/globalize/tree/v0.1.1)

{% highlight html %}
<div id="Grid"></div>
Expand Down Expand Up @@ -507,3 +507,4 @@ To format summary values, the [`format`](https://help.syncfusion.com/api/js/ejgr




8 changes: 4 additions & 4 deletions js/GroupButton/Overview.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
layout: post
title: Overview
description: overview
title: Overview of JavaScript GroupButton Control | Syncfusion
description: Learn here about overview of Syncfusion Essential JavaScript GroupButton Control, its elements, and more.
platform: js
control: GroupButton
documentation: ug
api: /api/js/ejgroupbutton
---

# Overview
# Overview of JavaScript GroupButton

Wrapping a multiple Button into single group that allows to managing the multiple actions by changing the state of the buttons in a group. Different modes with GroupButton gives the flexible and rich options to manage the actions based on the application needs.

![](/js/GroupButton/Overview_images/overview.png)
![Overview in JavaScript GroupButton](/js/GroupButton/Overview_images/overview.png)

The list of rich features of GroupButton control in JavaScript is as follows.

Expand Down
8 changes: 4 additions & 4 deletions js/MediaPlayer/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Getting started with MediaPlayer
description: To get start with MediaPlayer by adding references.
title: Getting started with JavaScript MediaPlayer Control | Syncfusion
description: Learn here about how to get start with MediaPlayer by adding references in Syncfusion Essential JS MediaPlayer Control, its elements, and more.
platform: js
control: MediaPlayer
documentation: ug
api: /api/js/ejmediaplayer
---
# Getting Started
# Getting Started with JavaScript MediaPlayer

This section explains you the steps required to create a simple Media Player component and configure its available functionalities.

Expand Down Expand Up @@ -110,7 +110,7 @@ Add the HTML <div> element for Media Player component into your index.html

Execute the above code to render the following output.

![](/js/MediaPlayer/Display_images/Getting_img1.png)
![Adding Media Player component in JavaScript](/js/MediaPlayer/Display_images/Getting_img1.png)



10 changes: 5 additions & 5 deletions js/Menu/Data-binding.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Data-binding
description: data binding
title: Data-binding in JavaScript Menu Control | Syncfusion
description: Learn here about data binding support in Syncfusion Essential JavaScript Menu Control, its elements, and more.
platform: js
control: Menu
documentation: ug
api: /api/js/ejmenu
---

# Data binding
# Data binding in JavaScript Menu

Data binding enables you to synchronize the elements with different sources of data. You can bind data using two ways, Local data and remote data.

Expand Down Expand Up @@ -142,7 +142,7 @@ Add the following code in your **HTML** page.

The following screenshot displays the output of the above code.

![](/js/Menu/Data-binding_images/Data-binding_img1.png)
![Field members in JavaScript Menu](/js/Menu/Data-binding_images/Data-binding_img1.png)


## Remote data
Expand Down Expand Up @@ -195,4 +195,4 @@ Add the following code in your **HTML** page.

The following screenshot displays the output of the above code.

![](/js/Menu/Data-binding_images/Data-binding_img2.png)
![Remote data in JavaScript Menu](/js/Menu/Data-binding_images/Data-binding_img2.png)
Loading