Skip to content
Open
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
1 change: 0 additions & 1 deletion ej2-javascript-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,6 @@
<li><a href="/ej2-javascript/ribbon/tooltip">Tooltip</a></li>
<li><a href="/ej2-javascript/ribbon/resizing">Resizing</a></li>
<li><a href="/ej2-javascript/ribbon/events">Events</a></li>
<li><a href="/ej2-javascript/ribbon/accessibility">Accessibility</a></li>
<li><a href="https://ej2.syncfusion.com/javascript/documentation/api/ribbon/">API Reference</a></li>
</ul>
</li><li>
Expand Down
6 changes: 3 additions & 3 deletions ej2-javascript/3D-chart/ts/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ domainurl: ##DomainURL##

# Getting started in ##Platform_Name## 3D Chart control

This section explains how to create a simple 3D Chart and configure its available functionalities in TypeScript using Essential JS 2 [quickstart](https://github.com/SyncfusionExamples/ej2-quickstart-webpack) seed repository.
This section explains how to create a simple 3D Chart and configure its available functionalities in TypeScript using Essential JS 2 [quickstart](https://github.com/SyncfusionExamples/ej2-quickstart-webpack-) seed repository.

> This application is integrated with the `webpack.config.js` configuration and uses the latest version of the [webpack-cli](https://webpack.js.org/api/cli/#commands). It requires node `v14.15.0` or higher. For more information about webpack and its features, refer to the [webpack documentation](https://webpack.js.org/guides/getting-started/).

Expand All @@ -31,7 +31,7 @@ Below is the list of minimum dependencies required to use the 3D Chart.

## Set up development environment

Open the command prompt from the required directory, and run the following command to clone the Syncfusion JavaScript (Essential JS 2) quickstart project from [GitHub](https://github.com/SyncfusionExamples/ej2-quickstart-webpack).
Open the command prompt from the required directory, and run the following command to clone the Syncfusion JavaScript (Essential JS 2) quickstart project from [GitHub](https://github.com/SyncfusionExamples/ej2-quickstart-webpack-).

{% tabs %}
{% highlight bash tabtitle="CMD" %}
Expand Down Expand Up @@ -266,4 +266,4 @@ The tooltip is useful when you cannot display information by using the data labe

{% previewsample "page.domainurl/code-snippet/chart3d/getting-started-cs7" %}

> You can refer to our [JavaScript 3D Charts](https://www.syncfusion.com/javascript-ui-controls/js-3d-charts) feature tour page for its groundbreaking feature representations. You can also explore our [JavaScript 3D Charts example](https://ej2.syncfusion.com/demos/#/bootstrap5/three-dimension-chart/column.html) that shows various 3D Chart types and how to represent time-dependent data, showing trends in data at equal intervals.
> You can refer to our `JavaScript 3D Charts` feature tour page for its groundbreaking feature representations. You can also explore our [JavaScript 3D Charts example](https://ej2.syncfusion.com/demos/#/material3/three-dimension-chart/column.html) that shows various 3D Chart types and how to represent time-dependent data, showing trends in data at equal intervals.
4 changes: 2 additions & 2 deletions ej2-javascript/auto-complete/filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@ In the following sample,data with diacritics are bound as dataSource for AutoCom

## See Also

* [How to acheive autofill while filtering](./how-to/autofill/)
* [How to acheive autofill while filtering](./how-to/autofill)
* [How to group the data using header](./grouping)
* [How to highlight the search data](./how-to/custom-search/)
* [How to highlight the search data](./how-to/custom-search)
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.38/system.js"></script>
<script src="world-map.js"></script>
<script src="usa.js"></script>
<script src="systemjs.config.js"></script>
</head>

<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<link href="index.css" rel="stylesheet">

<script src="world-map.js"></script>
<script src="usa.js"></script>

<script src="https://cdn.syncfusion.com/ej2/20.4.38/dist/ej2.min.js" type="text/javascript"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<meta name="description" content="Typescript UI Controls">
<meta name="author" content="Syncfusion">
<link href="index.css" rel="stylesheet">
<script src="usa.js"></script>

<script src="world-map.js"></script>

<script src="https://cdn.syncfusion.com/ej2/20.4.38/dist/ej2.min.js" type="text/javascript"></script>
</head>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<meta name="description" content="Typescript UI Controls">
<meta name="author" content="Syncfusion">
<link href="index.css" rel="stylesheet">
<script src="world-map.js"></script>
<script src="usa.js"></script>

<script src="https://cdn.syncfusion.com/ej2/20.4.38/dist/ej2.min.js" type="text/javascript"></script>
</head>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let pivotGridObj: PivotView = new PivotView({
}
}
});
pivotGridObj.appendTo('#PivotTable');
pivotGridObj.appendTo('#PivotView');

function secondsToHms(d: number) {
d = Number(d);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ System.config({
"@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js",
"@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js",
"@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js",
"@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js",
"@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js"
"@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js"
}
});

Expand Down
4 changes: 2 additions & 2 deletions ej2-javascript/combo-box/data-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ In the following sample, displayed first 6 contacts from the `customer` table of

## See Also

* [How to acheive cascading](./how-to/cascading)
* [How to load data using template](./templates#item-template)
* [How to acheive cascading](./how-to/cascading/)
* [How to load data using template](./templates/#item-template)
* [How to group the data using header](./grouping)
* [How to filter the bound data](./filtering)
4 changes: 2 additions & 2 deletions ej2-javascript/combo-box/ts/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ domainurl: ##DomainURL##

# Getting started in ##Platform_Name## Combo box control

This section explains how to create a simple **ComboBox** component and configure its available functionalities in TypeScript, using Essential JS 2 [quickstart](https://github.com/SyncfusionExamples/ej2-quickstart-webpack) seed repository.
This section explains how to create a simple **ComboBox** component and configure its available functionalities in TypeScript, using Essential JS 2 [quickstart](https://github.com/SyncfusionExamples/ej2-quickstart-webpack-) seed repository.

> This application is integrated with the `webpack.config.js` configuration and uses the latest version of the [webpack-cli](https://webpack.js.org/api/cli/#commands). It requires node `v14.15.0` or higher. For more information about webpack and its features, refer to the [webpack documentation](https://webpack.js.org/guides/getting-started/).

Expand All @@ -32,7 +32,7 @@ The following list of dependencies are required to use the `ComboBox` component

## Set up development environment

Open the command prompt from the required directory, and run the following command to clone the Syncfusion JavaScript (Essential JS 2) quickstart project from [GitHub](https://github.com/SyncfusionExamples/ej2-quickstart-webpack).
Open the command prompt from the required directory, and run the following command to clone the Syncfusion JavaScript (Essential JS 2) quickstart project from [GitHub](https://github.com/SyncfusionExamples/ej2-quickstart-webpack-).

{% tabs %}
{% highlight bash tabtitle="CMD" %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ domainurl: ##DomainURL##

# Enable or disable context menu items in ##Platform_Name## Context menu control

You can enable and disable the menu items using the [`enableItems`](../../api/menu/#enableitems) method in ContextMenu. To enable menuItems, set the `enable` property in argument to `true` and vice-versa.
You can enable and disable the menu items using the [`enableItems`](../../api/menu#enableitems) method in ContextMenu. To enable menuItems, set the `enable` property in argument to `true` and vice-versa.

In the following example, the **Display Settings** in parent items and **Medium icons** in sub menu items are disabled.

Expand All @@ -36,4 +36,4 @@ In the following example, the **Display Settings** in parent items and **Medium
{% previewsample "page.domainurl/code-snippet/context-menu/getting-started-cs3" %}
{% endif %}

> To disable sub menu items, use the [`beforeOpen`](../../api/menu/#beforeopen) event.
> To disable sub menu items, use the [`beforeOpen`](../../api/menu#beforeopen) event.
8 changes: 4 additions & 4 deletions ej2-javascript/context-menu/js/es5-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ The [`Custom Resource Generator (CRG)`](https://crg.syncfusion.com/) is an onlin
> Control Styles: `https://cdn.syncfusion.com/ej2/{PACKAGE_NAME}/styles/material.css`

**Example:**
> Script: [`https://cdn.syncfusion.com/ej2/ej2-navigations/dist/global/ej2-navigations.min.js`](http://cdn.syncfusion.com/ej2/ej2-navigations/dist/global/ej2-navigations.min.js)
> Script: [`https://cdn.syncfusion.com/ej2/ej2-navigations/dist/global/ej2-navigations.min.js`](https://cdn.syncfusion.com/ej2/ej2-navigations/dist/global/ej2-navigations.min.js)
>
> Styles: [`https://cdn.syncfusion.com/ej2/ej2-navigations/styles/material.css`](http://cdn.syncfusion.com/ej2/ej2-navigations/styles/material.css)
> Styles: [`https://cdn.syncfusion.com/ej2/ej2-navigations/styles/material.css`](https://cdn.syncfusion.com/ej2/ej2-navigations/styles/material.css)

**Step 3:** Create a HTML page (index.html) in `~/quickstart/index.html` location and add the CDN link references. Now, add the `ContextMenu` element and initiate the `Syncfusion JavaScript ContextMenu` control in the index.html by using following code.

Expand All @@ -171,7 +171,7 @@ The [`Custom Resource Generator (CRG)`](https://crg.syncfusion.com/) is an onlin

## Rendering items with Separator

The Separators are the horizontal lines that are used to separate the menu items. You cannot select the separators. You can enable separators to group the menu items using the [`separator`](../api/context-menu/menuItemModel#separator) property. Cut, Copy, and Paste menu items are grouped using the `separator` property in the following sample.
The Separators are the horizontal lines that are used to separate the menu items. You cannot select the separators. You can enable separators to group the menu items using the [`separator`](../api/context-menu/menuItemModel/#separator) property. Cut, Copy, and Paste menu items are grouped using the `separator` property in the following sample.

{% tabs %}
{% highlight html tabtitle="index.html" %}
Expand All @@ -181,7 +181,7 @@ The Separators are the horizontal lines that are used to separate the menu items

{% previewsample "page.domainurl/code-snippet/context-menu/es5-getting-started-cs2" %}

> The [`separator`](../api/context-menu/menuItemModel#separator) property `should not` be given along with the other fields in the [`MenuItem`](../api/context-menu/menuItemModel).
> The [`separator`](../api/context-menu/menuItemModel/#separator) property `should not` be given along with the other fields in the [`MenuItem`](../api/context-menu/menuItemmodel/).

## See Also

Expand Down
Loading