From e2793fdd647acac6f9b23c53d1686c76df85cbf0 Mon Sep 17 00:00:00 2001 From: Scholar Jaruha Date: Wed, 24 Jun 2026 16:01:42 +0300 Subject: [PATCH 1/2] SEO-222953-JS-DataGrid-Charts-Diagrams-Scheduler-Gantt-FileManager-RTE-npm-External-Linking --- controls/charts/ReadMe.md | 156 +++++++++++++++--------------- controls/diagrams/README.md | 68 ++++++------- controls/filemanager/README.md | 54 +++++------ controls/gantt/README.md | 72 +++++++------- controls/grids/README.md | 78 +++++++-------- controls/richtexteditor/README.md | 30 +++--- controls/schedule/README.md | 52 +++++----- 7 files changed, 255 insertions(+), 255 deletions(-) diff --git a/controls/charts/ReadMe.md b/controls/charts/ReadMe.md index 197f43506c..bada433343 100644 --- a/controls/charts/ReadMe.md +++ b/controls/charts/ReadMe.md @@ -2,7 +2,7 @@ # JavaScript Chart Control -The [JavaScript Chart](https://www.syncfusion.com/javascript-ui-controls/js-charts?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) control is a well-crafted charting component for visualizing data with 50+ charts and graphs, ranging from line to financial types. It can bind data from datasource such as array of JSON objects, `OData web services` or [DataManager](https://ej2.syncfusion.com/documentation/data/data-binding/). All chart elements are rendered using Scalable Vector Graphics (SVG). +The [JavaScript Chart](https://www.syncfusion.com/javascript-ui-controls/js-charts?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) control is a well-crafted charting component for visualizing data with 50+ charts and graphs, ranging from line to financial types. It can bind data from datasource such as array of JSON objects, `OData web services` or [DataManager](https://ej2.syncfusion.com/documentation/data/data-binding?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm). All chart elements are rendered using Scalable Vector Graphics (SVG). ## What's Included in the JavaScript Charts Package @@ -14,7 +14,7 @@ The [JavaScript Chart Component](https://www.syncfusion.com/javascript-ui-contro

Getting started . - Online demos . + Online demos . Learn more

@@ -39,19 +39,19 @@ The [JavaScript Chart Component](https://www.syncfusion.com/javascript-ui-contro * [JavaScript Box Plot Chart](https://www.syncfusion.com/javascript-ui-controls/js-charts/chart-types/box-and-whisker-chart?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) * [JavaScript Histogram Chart](https://www.syncfusion.com/javascript-ui-controls/js-charts/chart-types/histogram-chart?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) * [JavaScript Financial Chart](https://www.syncfusion.com/javascript-ui-controls/js-charts/chart-types/stock-chart?utm_source=npm&utm_medium=listing&utm_campaign=javascript-stock-chart-npm) -* [Data binding](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=chart#/material/chart/local-data.html): Bind the Chart component with an array of JSON objects or DataManager. Other than chart series, data label and tooltip can also bound to your data. -* [Axis types](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=chart#/material/chart/numeric.html): Supports multiple axes, and able to plot different data such as numbers, datetime, logarithmic and string. -* [Rendering modes](https://ej2.syncfusion.com/documentation/chart/render-methods/): Supports two type of rendering - SVG and Canvas. By default chart rendered in SVG, You can easily switch between the two simple configuration. -* [Data label](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=chart#/material/chart/data-label-template.html): Supports data label to annotate points with label to improve the readability of data. -* [Annotation](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=chart#/material/chart/pie-annotation.html): Provides support to mark any specific area of interest by adding custom element. -* [Zooming and panning](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=chart#/material/chart/zooming.html): Provides options to visualize the data points under any region using rectangular selection, pinch, or mouse wheel zooming. -* [Crosshair & trackball](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=chart#/material/chart/cross-hair.html): Provides options to track data points closer to the mouse position or touch action. -* [Selection](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=chart#/material/chart/selection.html): Allows you to select any data point or subset of points using selection feature. -* [Export](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=chart#/material/chart/export.html): Provides the options to Export the chart to PDF, SVG and CSV formats. -* [RTL support](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=chart#/material/chart/right-to-left.html): Provides a full-fledged right-to-left mode which aligns axis, tooltip, legend and data in the chart component from right to left. -* [Appearance](https://ej2.syncfusion.com/documentation/chart/chart-appearance/): Colors for the charts are picked by the built-in theme, but each element of the chart can be customized by simple configuration options. -* [Accessibility](https://ej2.syncfusion.com/documentation/chart/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#wai-aria): Designed to be accessible to users with disabilities, with features such as WAI-ARIA standard compliance and keyboard navigation to ensure that the chart can be effectively used with assistive technologies such as screen readers. -* [Localization](https://ej2.syncfusion.com/documentation/chart/localization/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#localization): The Localization library enables you to adapt the default text content of the chart to fit the language and cultural preferences of your target audience. +* [Data binding](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/local-data.html): Bind the Chart component with an array of JSON objects or DataManager. Other than chart series, data label and tooltip can also bound to your data. +* [Axis types](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/numeric.html): Supports multiple axes, and able to plot different data such as numbers, datetime, logarithmic and string. +* [Rendering modes](https://ej2.syncfusion.com/documentation/chart/render-methods?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm): Supports two type of rendering - SVG and Canvas. By default chart rendered in SVG, You can easily switch between the two simple configuration. +* [Data label](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/data-label-template.html): Supports data label to annotate points with label to improve the readability of data. +* [Annotation](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/pie-annotation.html): Provides support to mark any specific area of interest by adding custom element. +* [Zooming and panning](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/zooming.html): Provides options to visualize the data points under any region using rectangular selection, pinch, or mouse wheel zooming. +* [Crosshair & trackball](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/cross-hair.html): Provides options to track data points closer to the mouse position or touch action. +* [Selection](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/selection.html): Allows you to select any data point or subset of points using selection feature. +* [Export](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/export.html): Provides the options to Export the chart to PDF, SVG and CSV formats. +* [RTL support](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/right-to-left.html): Provides a full-fledged right-to-left mode which aligns axis, tooltip, legend and data in the chart component from right to left. +* [Appearance](https://ej2.syncfusion.com/documentation/chart/chart-appearance?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm): Colors for the charts are picked by the built-in theme, but each element of the chart can be customized by simple configuration options. +* [Accessibility](https://ej2.syncfusion.com/documentation/chart/accessibility#wai-aria?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm): Designed to be accessible to users with disabilities, with features such as WAI-ARIA standard compliance and keyboard navigation to ensure that the chart can be effectively used with assistive technologies such as screen readers. +* [Localization](https://ej2.syncfusion.com/documentation/chart/localization#localization?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm): The Localization library enables you to adapt the default text content of the chart to fit the language and cultural preferences of your target audience. ### JavaScript Accumulation Chart @@ -59,8 +59,8 @@ Built-in support for pie, doughnut, pyramid and funnel series type, to show the

Getting started . - Online demos . - Learn more + Online demos . + Learn more

@@ -74,21 +74,21 @@ Built-in support for pie, doughnut, pyramid and funnel series type, to show the * [JavaScript Doughnut Chart](https://www.syncfusion.com/javascript-ui-controls/js-charts/chart-types/donut-chart?utm_source=npm&utm_medium=listing&utm_campaign=javascript-doughnut-chart-npm) * [JavaScript Pyramid Chart](https://www.syncfusion.com/javascript-ui-controls/js-charts/chart-types/pyramid-chart?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pyramid-chart-npm) * [JavaScript Funnel Chart](https://www.syncfusion.com/javascript-ui-controls/js-charts/chart-types/funnel-chart?utm_source=npm&utm_medium=listing&utm_campaign=javascript-funnel-chart-npm) -* [Smart labels](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=chart#/material/chart/smart-labels): Supports arrangement of data labels smartly to avoid overlapping when the data point value falls in close range. -* [Grouping](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=chart#/material/chart/grouping): Supports grouping of data points based on value and point count. -* [Semi-pie](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=chart#/material/chart/semi-pie): Provides options to customize the start and end angle of the pie chart. -* [Legend](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=chart#/material/chart/pie-legend): Provides options to display additional information about the points with the help of legend. -* [Tooltip](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=chart#/material/chart/pie-radius): Provides great user experiance by including a set of interactive features such as tooltip, drill-down, events, and selection. +* [Smart labels](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/smart-labels): Supports arrangement of data labels smartly to avoid overlapping when the data point value falls in close range. +* [Grouping](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/grouping): Supports grouping of data points based on value and point count. +* [Semi-pie](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/semi-pie): Provides options to customize the start and end angle of the pie chart. +* [Legend](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/pie-legend): Provides options to display additional information about the points with the help of legend. +* [Tooltip](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/pie-radius): Provides great user experiance by including a set of interactive features such as tooltip, drill-down, events, and selection. ### JavaScript Stock Chart -The [JavaScript Stock Chart](https://www.syncfusion.com/javascript-ui-controls/js-stock-chart) is a well-crafted, easy-to-use financial charting package to track and visualize stock price of any company over a specific period using charting and range tools. +The [JavaScript Stock Chart](https://www.syncfusion.com/javascript-ui-controls/js-stock-chart?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) is a well-crafted, easy-to-use financial charting package to track and visualize stock price of any company over a specific period using charting and range tools.

Getting started . - Online demos . - Learn more + Online demos . + Learn more

@@ -97,24 +97,24 @@ The [JavaScript Stock Chart](https://www.syncfusion.com/javascript-ui-controls/j #### Key features -* [Data binding](https://ej2.syncfusion.com/documentation/stock-chart/working-with-data/): Bind the stock chart control with an array of JSON objects or DataManager. Other than chart series, data label and tooltip can also bound to your data. -* [Range selector](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=rangeselector#/material/stock-chart/disabled-period): Supports range selector to filter a date range for data that needs to be visualized. -* [Period selector](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=rangeselector#/material/stock-chart/disabled-navigator): Supports period selector to select predefined periods just by a single click. -* [Technical indicators](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=rangeselector#/material/stock-chart/default): Incidators allows to analyze the past and predict the future market trends based on historic price, volume, or open interest. -* [Trendlines](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=rangeselector#/material/stock-chart/default): Predicts the future trends with predetermined data for any measurements. -* [Stock events](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=rangeselector#/material/stock-chart/stock-events): Supports stock events to show different kinds of market events on the chart. -* [Export](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=rangeselector#/material/stock-chart/default): Provides the options to Export the stock chart to PDF, SVG and CSV formats. +* [Data binding](https://ej2.syncfusion.com/documentation/stock-chart/working-with-data?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm): Bind the stock chart control with an array of JSON objects or DataManager. Other than chart series, data label and tooltip can also bound to your data. +* [Range selector](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/stock-chart/disabled-period): Supports range selector to filter a date range for data that needs to be visualized. +* [Period selector](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/stock-chart/disabled-navigator): Supports period selector to select predefined periods just by a single click. +* [Technical indicators](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/stock-chart/default): Incidators allows to analyze the past and predict the future market trends based on historic price, volume, or open interest. +* [Trendlines](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/stock-chart/default): Predicts the future trends with predetermined data for any measurements. +* [Stock events](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/stock-chart/stock-events): Supports stock events to show different kinds of market events on the chart. +* [Export](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/stock-chart/default): Provides the options to Export the stock chart to PDF, SVG and CSV formats. * [Appearance](https://ej2.syncfusion.com/documentation/stock-chart/appearance/): Colors for the stock chart are picked by the built-in theme, but each element of the stock chart can be customized by simple configuration options. -* [Tooltip](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=rangeselector#/material/stock-chart/default): Provides great user experiance by including a set of interactive features such as tooltip, events, and trackball. +* [Tooltip](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/stock-chart/default): Provides great user experiance by including a set of interactive features such as tooltip, events, and trackball. ### JavaScript Range Navigator -The [JavaScript Range Navigator](https://www.syncfusion.com/javascript-ui-controls/js-range-seletor) control is an interface for selecting a small range from a large collection. It is commonly used in financial dashboards to filter a date range for data that needs to be visualized. +The [JavaScript Range Navigator](https://www.syncfusion.com/javascript-ui-controls/js-range-seletor?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) control is an interface for selecting a small range from a large collection. It is commonly used in financial dashboards to filter a date range for data that needs to be visualized.

Getting started . - Online demos . - Learn more + Online demos . + Learn more

@@ -123,20 +123,20 @@ The [JavaScript Range Navigator](https://www.syncfusion.com/javascript-ui-contro #### Key features -* [Data sources](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=rangenavigator#/material/range-navigator/default): Bind the range navigator control with an array of JSON objects or DataManager. -* [Tooltip](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=rangenavigator#/material/range-navigator/default): Provides great user experiance by including a set of interactive features such as tooltip, events, and animaiton. -* [Lightweight](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=rangenavigtor#/material/range-navigator/light-weight): Supports light-weight range navigator to load in mobile device. -* [Period-selector](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=rangenavigtor#/material/range-navigator/period-selector): Provides options to select the data over the custom period. -* [Axis types](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=rangenavigtor#/material/range-navigator/date-time): Supports multiple axis and able to plot different data such as numbers, datetime, logarithmic and string. +* [Data sources](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/range-navigator/default): Bind the range navigator control with an array of JSON objects or DataManager. +* [Tooltip](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/range-navigator/default): Provides great user experiance by including a set of interactive features such as tooltip, events, and animaiton. +* [Lightweight](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/range-navigator/light-weight): Supports light-weight range navigator to load in mobile device. +* [Period-selector](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/range-navigator/period-selector): Provides options to select the data over the custom period. +* [Axis types](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/range-navigator/date-time): Supports multiple axis and able to plot different data such as numbers, datetime, logarithmic and string. ### JavaScript Sparkline -The [JavaScript Sparkline](https://www.syncfusion.com/javascript-ui-controls/js-sparkline) is a very small chart control drawn without axes or coordinates. The sparklines are easy to interpret and convey more information to users by visualizing data in a small amount of space. +The [JavaScript Sparkline](https://www.syncfusion.com/javascript-ui-controls/js-sparkline?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) is a very small chart control drawn without axes or coordinates. The sparklines are easy to interpret and convey more information to users by visualizing data in a small amount of space.

Getting started . - Online demos . - Learn more + Online demos . + Learn more

@@ -145,20 +145,20 @@ The [JavaScript Sparkline](https://www.syncfusion.com/javascript-ui-controls/js- #### Key features -* [Series types](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=sparkline#/material/sparkline/series-types): Supports five types of sparklines : line, area, column, win loss, and pie to show data trends. -* [Axis types](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=sparkline#/material/sparkline/axis-types): Supports multiple axis and able to plot different data such as numbers, datetime, logarithmic and string. -* [Data label](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=sparkline#/material/sparkline/customization): Supports data label to annotate points with label to improve the readability of data. -* [Range band](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=sparkline#/material/sparkline/range-band): Provides options to highlight specific range of values. -* [Tooltip](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=sparkline#/material/sparkline/default): Provides great user experiance by including a set of interactive features such as tooltip, events, and trackball. +* [Series types](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/sparkline/series-types): Supports five types of sparklines : line, area, column, win loss, and pie to show data trends. +* [Axis types](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/sparkline/axis-types): Supports multiple axis and able to plot different data such as numbers, datetime, logarithmic and string. +* [Data label](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/sparkline/customization): Supports data label to annotate points with label to improve the readability of data. +* [Range band](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/sparkline/range-band): Provides options to highlight specific range of values. +* [Tooltip](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/sparkline/default): Provides great user experiance by including a set of interactive features such as tooltip, events, and trackball. ### JavaScript Bullet Chart -The [JavaScript Bullet Chart](https://www.syncfusion.com/javascript-ui-controls/js-bullet-chart) is an interface to visually compare measures, similar to the commonly used bar chart. A bullet chart displays one or more measures and compares them with a target value. +The [JavaScript Bullet Chart](https://www.syncfusion.com/javascript-ui-controls/js-bullet-chart?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) is an interface to visually compare measures, similar to the commonly used bar chart. A bullet chart displays one or more measures and compares them with a target value.

Getting started . - Online demos . - Learn more + Online demos . + Learn more

@@ -167,19 +167,19 @@ The [JavaScript Bullet Chart](https://www.syncfusion.com/javascript-ui-controls/ #### Key features -* [Multiple measures](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=bulletchart#/material/bullet-chart/multiple-data): Provides options to render multiple measure bars as well as multiple target bars to allow comparison of several measures at once. -* [Legend](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=bulletchart#/material/bullet-chart/bullet-legend): Provides options to display additional information about the target and actual bar. -* [RTL support](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=bulletchart#/material/bullet-chart/right-to-left): Provides a full-fledged right-to-left mode which aligns axis, tooltip, legend and data in the chart component from right to left. -* [Tooltip](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=bulletchart#/material/bullet-chart/tooltip): Provides options to display additional information about target and actual on mouse hover. +* [Multiple measures](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/bullet-chart/multiple-data): Provides options to render multiple measure bars as well as multiple target bars to allow comparison of several measures at once. +* [Legend](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/bullet-chart/bullet-legend): Provides options to display additional information about the target and actual bar. +* [RTL support](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/bullet-chart/right-to-left): Provides a full-fledged right-to-left mode which aligns axis, tooltip, legend and data in the chart component from right to left. +* [Tooltip](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/bullet-chart/tooltip): Provides options to display additional information about target and actual on mouse hover. ### JavaScript Smith Chart -The [JavaScript Smith Chart](https://www.syncfusion.com/javascript-ui-controls/js-smith-chart) visualize data of high frequency circuit applications. It contains two sets of circles to plot parameters of transmission lines. +The [JavaScript Smith Chart](https://www.syncfusion.com/javascript-ui-controls/js-smith-chart?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) visualize data of high frequency circuit applications. It contains two sets of circles to plot parameters of transmission lines.

Getting started . - Online demos . - Learn more + Online demos . + Learn more

@@ -188,53 +188,53 @@ The [JavaScript Smith Chart](https://www.syncfusion.com/javascript-ui-controls/j #### Key features -* [Legend](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=smithchart#/material/smith-chart/default): Provides options to display additional information about the series. -* [Data label](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=smithchart#/material/smith-chart/custom): Supports data label to annotate points with label to improve the readability of data. -* [Tooltip](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=smithchart#/material/smith-chart/custom): Provides options to display additional information about data points on mouse hover. -* [Print and Export](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=smithchart#/material/smith-chart/print-export): Provides support to print and export the rendered smith chart for future use. +* [Legend](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/smith-chart/default): Provides options to display additional information about the series. +* [Data label](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/smith-chart/custom): Supports data label to annotate points with label to improve the readability of data. +* [Tooltip](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/smith-chart/custom): Provides options to display additional information about data points on mouse hover. +* [Print and Export](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/smith-chart/print-export): Provides support to print and export the rendered smith chart for future use. ## Supported frameworks Chart control is also offered in following list of frameworks. -| [](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)
     [Angular](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)     | [](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)
       [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)       | [](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)
       [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)          | [](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)   | [](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)   | +| [](https://www.syncfusion.com/angular-ui-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm)
     [Angular](https://www.syncfusion.com/angular-ui-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm)     | [](https://www.syncfusion.com/react-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm)
       [React](https://www.syncfusion.com/react-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm)       | [](https://www.syncfusion.com/vue-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm)
       [Vue](https://www.syncfusion.com/vue-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm)          | [](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm)
  [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm)   | [](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm)
  [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm)   | | :-----: | :-----: | :-----: | :-----: | :-----: | ## Showcase samples -* Expense Tracker - [Source](https://github.com/syncfusion/ej2-sample-ts-expensetracker), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/?utm_source=npm&utm_campaign=chart#/dashboard) -* Loan Calculator - [Source](https://github.com/syncfusion/ej2-sample-ts-loancalculator), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/loancalculator/?utm_source=npm&utm_campaign=chart) +* Expense Tracker - [Source](https://github.com/syncfusion/ej2-sample-ts-expensetracker), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/dashboard) +* Loan Calculator - [Source](https://github.com/syncfusion/ej2-sample-ts-loancalculator?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) ## Resources -* [Documentation](https://ej2.syncfusion.com/documentation/chart/getting-started) -* [Theme Studio](https://ej2.syncfusion.com/themestudio/) -* [Custom Resource Generator](https://crg.syncfusion.com/) -* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_medium=listing&utm_source=github) -* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_medium=listing&utm_source=github) -* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript&utm_medium=listing&utm_source=github) +* [Documentation](https://ej2.syncfusion.com/documentation/chart/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) +* [Theme Studio](https://ej2.syncfusion.com/themestudio/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) +* [Custom Resource Generator](https://crg.syncfusion.com/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) +* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) +* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) +* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) ## Support Product support is available through following mediums. -* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support +* [Support ticket](https://support.syncfusion.com/support/tickets/create?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support * [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) -* [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new) +* [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) * [Request feature or report bug](https://www.syncfusion.com/feedback/javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) * Live chat ## Changelog -Check the changelog [here](https://github.com/syncfusion/ej2-charts/blob/master/CHANGELOG.md?utm_source=npm&utm_campaign=chart). Get minor improvements and bug fixes every week to stay up to date with frequent updates. +Check the changelog [here](https://github.com/syncfusion/ej2-charts/blob/master/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates. ## License and copyright -> This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials). +> This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® [EULA](https://www.syncfusion.com/license/studio/33.2.3/syncfusion_essential_studio_eula.pdf?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm). To acquire a license for 140+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm), you can [purchase](https://www.syncfusion.com/sales/pricing?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm). -> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. +> A [free community license](https://www.syncfusion.com/products/communitylicense?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. -See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_campaign=chart) for more info. +See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) for more info. © Copyright 2025 Syncfusion® Inc. All Rights Reserved. The Syncfusion® Essential Studio® license and copyright applies to this distribution. \ No newline at end of file diff --git a/controls/diagrams/README.md b/controls/diagrams/README.md index 6d9e3c7d65..72d3a2ce7e 100644 --- a/controls/diagrams/README.md +++ b/controls/diagrams/README.md @@ -6,7 +6,7 @@ The [JavaScript Diagram](https://www.syncfusion.com/javascript-ui-controls/js-di

Getting started . - Online demos . + Online demos . Learn more

@@ -33,61 +33,61 @@ npm install @syncfusion/ej2-diagrams Diagram control is also offered in the following list of frameworks. -| [](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)
     [Angular](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)     | [](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)
       [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)       | [](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)
       [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)          | [](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)   | [](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)   | +| [](https://www.syncfusion.com/angular-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm)
     [Angular](https://www.syncfusion.com/angular-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm)     | [](https://www.syncfusion.com/react-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm)
       [React](https://www.syncfusion.com/react-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm)       | [](https://www.syncfusion.com/vue-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm)
       [Vue](https://www.syncfusion.com/vue-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm)          | [](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm)
  [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm)   | [](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm)
  [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm)   | | :-----: | :-----: | :-----: | :-----: | :-----: | ## Use case demos -* [Javascript Diagram Builder demo](https://ej2.syncfusion.com/showcase/javascript/diagrambuilder/#/home) -* [JavaScript Organizational Chart demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/organization-model.html) -* [JavaScript Mind Map demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/mind-map.html) -* [JavaScript BPMN Editor demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/bpmn-editor.html) -* [JavaScript Logic Circuit Diagram demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/logic-circuit.html) -* [JavaScript UML Activity Diagram demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/uml-activity.html) -* [JavaScript Network Diagram demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/network-diagram.html) -* [JavaScript UML Class Diagram demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/uml-class-diagram.html) -* [Javascript Venn Diagram demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/venn-diagram.html) -* [Javascript Fishbone Diagram demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/fishbone-diagram.html) +* [Javascript Diagram Builder demo](https://ej2.syncfusion.com/showcase/javascript/diagrambuilder/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/home) +* [JavaScript Organizational Chart demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/organization-model.html) +* [JavaScript Mind Map demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/mind-map.html) +* [JavaScript BPMN Editor demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/bpmn-editor.html) +* [JavaScript Logic Circuit Diagram demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/logic-circuit.html) +* [JavaScript UML Activity Diagram demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/uml-activity.html) +* [JavaScript Network Diagram demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/network-diagram.html) +* [JavaScript UML Class Diagram demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/uml-class-diagram.html) +* [Javascript Venn Diagram demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/venn-diagram.html) +* [Javascript Fishbone Diagram demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/fishbone-diagram.html) ## Key features -* [Nodes](https://ej2.syncfusion.com/demos/#/material/diagram/getting-started-node.html) - Nodes are used to host graphical objects (path or controls) that can be arranged and manipulated on a diagram page. Many predefined standard shapes are included. Custom shapes can also be created and added easily. -* [Connectors](https://ej2.syncfusion.com/demos/#/material/diagram/connector.html) - The relationship between two nodes is represented using a connector. -* [Labels](https://ej2.syncfusion.com/demos/#/material/diagram/getting-started-annotation.html)- Labels are used to annotate nodes and connectors. -* [Ports](https://ej2.syncfusion.com/demos/#/material/diagram/port.html) - Ports act as the connection points of the node and allows to create connections with only those specific points. -* [Interactive features](https://ej2.syncfusion.com/demos/#/material/diagram/drawing-tool.html) - Interactive features are used to improve the run time editing experience of a diagram. -* [Data binding](https://ej2.syncfusion.com/demos/#/material/diagram/local-data.html) - Generates diagram with nodes and connectors based on the information provided from an external data source. -* [Commands](https://ej2.syncfusion.com/demos/#/material/diagram/key-board-functions.html) - Supports a set of predefined commands that helps edit the diagram using keyboard. It is also possible to configure new commands and key combinations. -* [Automatic Layout](https://ej2.syncfusion.com/demos/#/material/diagram/hierarchical-model.html) - Automatic layouts are used to arrange nodes automatically based on a predefined layout logic. There is built-in support for the organizational chart layout, hierarchical tree layout, symmetric layout, radial tree layout, and mind map layout. -* [Overview panel](https://ej2.syncfusion.com/demos/#/material/diagram/overview.html) - The overview panel is used to improve navigation experience when exploring large diagrams. -* [SymbolPalettes](https://ej2.syncfusion.com/demos/#/material/diagram/symbol-palette.html) - The symbol palette is a gallery of reusable symbols and nodes that can be dragged and dropped on the surface of a diagram. -* [Rulers](https://ej2.syncfusion.com/demos/#/material/diagram/drawing-tool.html) - The ruler provides horizontal and vertical guides for measuring diagram objects in diagram control. -* [Serialization](https://ej2.syncfusion.com/demos/#/material/diagram/serialization.html) - When saved in JSON format a diagram’s state persists, and then it can be loaded back using serialization. -* [Exporting and Printing](https://ej2.syncfusion.com/demos/#/material/diagram/print-export.html) - Diagrams can be exported as .png, .jpeg, .bmp, and .svg image files, and can also be printed as documents. -* [Gridlines](https://ej2.syncfusion.com/demos/#/material/diagram/default-functionalities.html) - Gridlines are the pattern of lines drawn behind diagram elements. It provides a visual guidance while dragging or arranging the objects on a diagram surface. -* [Page Layout](https://ej2.syncfusion.com/demos/#/material/diagram/print-export.html)- The drawing surface can be configured to page-like appearance using page size, orientation, and margins. -* [Context Menu](https://ej2.syncfusion.com/demos/#/material/diagram/key-board-functions.html) - Frequently used commands can easily be mapped to the context menu. +* [Nodes](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/getting-started-node.html) - Nodes are used to host graphical objects (path or controls) that can be arranged and manipulated on a diagram page. Many predefined standard shapes are included. Custom shapes can also be created and added easily. +* [Connectors](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/connector.html) - The relationship between two nodes is represented using a connector. +* [Labels](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/getting-started-annotation.html)- Labels are used to annotate nodes and connectors. +* [Ports](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/port.html) - Ports act as the connection points of the node and allows to create connections with only those specific points. +* [Interactive features](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/drawing-tool.html) - Interactive features are used to improve the run time editing experience of a diagram. +* [Data binding](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/local-data.html) - Generates diagram with nodes and connectors based on the information provided from an external data source. +* [Commands](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/key-board-functions.html) - Supports a set of predefined commands that helps edit the diagram using keyboard. It is also possible to configure new commands and key combinations. +* [Automatic Layout](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/hierarchical-model.html) - Automatic layouts are used to arrange nodes automatically based on a predefined layout logic. There is built-in support for the organizational chart layout, hierarchical tree layout, symmetric layout, radial tree layout, and mind map layout. +* [Overview panel](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/overview.html) - The overview panel is used to improve navigation experience when exploring large diagrams. +* [SymbolPalettes](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/symbol-palette.html) - The symbol palette is a gallery of reusable symbols and nodes that can be dragged and dropped on the surface of a diagram. +* [Rulers](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/drawing-tool.html) - The ruler provides horizontal and vertical guides for measuring diagram objects in diagram control. +* [Serialization](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/serialization.html) - When saved in JSON format a diagram’s state persists, and then it can be loaded back using serialization. +* [Exporting and Printing](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/print-export.html) - Diagrams can be exported as .png, .jpeg, .bmp, and .svg image files, and can also be printed as documents. +* [Gridlines](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/default-functionalities.html) - Gridlines are the pattern of lines drawn behind diagram elements. It provides a visual guidance while dragging or arranging the objects on a diagram surface. +* [Page Layout](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/print-export.html)- The drawing surface can be configured to page-like appearance using page size, orientation, and margins. +* [Context Menu](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/bootstrap5/diagram/key-board-functions.html) - Frequently used commands can easily be mapped to the context menu. ## Support Product support is available through the following mediums. -* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support +* [Support ticket](https://support.syncfusion.com/support/tickets/create?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support * [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm) -* [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new) +* [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm) * [Request feature or report bug](https://www.syncfusion.com/feedback/javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm) * Live chat ## Changelog -Check the changelog [here](https://ej2.syncfusion.com/javascript/documentation/release-notes/index). Get minor improvements and bug fixes every week to stay up to date with frequent updates. +Check the changelog [here](https://ej2.syncfusion.com/javascript/documentation/release-notes/index?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates. ## License and copyright -> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials). +> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/license/studio/33.2.3/syncfusion_essential_studio_eula.pdf?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm). To acquire a license for 155+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm), you can [purchase](https://www.syncfusion.com/sales/pricing?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm). -> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. +> A [free community license](https://www.syncfusion.com/products/communitylicense?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. -See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_campaign=diagram) for more info. +See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm) for more info. © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. diff --git a/controls/filemanager/README.md b/controls/filemanager/README.md index 892275263d..85ac86493d 100644 --- a/controls/filemanager/README.md +++ b/controls/filemanager/README.md @@ -2,12 +2,12 @@ # JavaScript File Manager Control -The [JavaScript File Manager](https://www.syncfusion.com/javascript-ui-controls/js-file-manager?utm_source=npm&utm_medium=listing&utm_campaign=javascript-filemanager-npm) control is a graphical user interface that allows users to manage their file system in an intuitive and efficient manner. With this component, you can easily access, edit, upload, download, and organize files and folders. It also offers a convenient way to browse and select items from the file system. +The [JavaScript File Manager](https://www.syncfusion.com/javascript-ui-controls/js-file-manager?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm) control is a graphical user interface that allows users to manage their file system in an intuitive and efficient manner. With this component, you can easily access, edit, upload, download, and organize files and folders. It also offers a convenient way to browse and select items from the file system.

- Getting Started . - Online demos . - Learn more + Getting Started . + Online demos . + Learn more

@@ -33,13 +33,13 @@ npm install @syncfusion/ej2-filemanager The JavaScript File Manager control is also offered in following list of frameworks, -| [](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)
     [Angular](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)     | [](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)
       [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)       | [](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)
       [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)          | [](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)   | [](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)   | +| [](https://www.syncfusion.com/angular-ui-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm)
     [Angular](https://www.syncfusion.com/angular-ui-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm)     | [](https://www.syncfusion.com/react-ui-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm)
       [React](https://www.syncfusion.com/react-ui-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm)       | [](https://www.syncfusion.com/vue-ui-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm)
       [Vue](https://www.syncfusion.com/vue-ui-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm)          | [](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm)
  [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm)   | [](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm)
  [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm)   | | :-----: | :-----: | :-----: | :-----: | :-----: | ## Showcase samples -* Expense Tracker - [Source](https://github.com/syncfusion/ej2-sample-ts-expensetracker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-filemanager-npm), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-filemanager-npm#/dashboard) -* Loan Calculator - [Source](https://github.com/syncfusion/ej2-sample-ts-loancalculator), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-filemanager-npm) +* Expense Tracker - [Source](https://github.com/syncfusion/ej2-sample-ts-expensetracker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#/dashboard) +* Loan Calculator - [Source](https://github.com/syncfusion/ej2-showcase-ts-loan-calculator?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#/home) ## Key features @@ -49,42 +49,42 @@ The JavaScript File Manager control is also offered in following list of framewo * [Search functionality](https://ej2.syncfusion.com/documentation/file-manager/file-operations/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#search): The component includes a search feature that allows users to easily locate specific files within their file system. * [Customizable interface](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#/bootstrap5/file-manager/custom-thumbnail.html): The component's interface can be customized to fit the needs and preferences of users, allowing for a personalized experience. * [Responsive design](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#/bootstrap5/file-manager/overview.html): The component is designed to be responsive, ensuring that it works seamlessly across a range of devices and screen sizes. -* [Easy integration](https://ej2.syncfusion.com/documentation/file-manager/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component is easy to integrate into existing projects, making it a convenient and straightforward solution for file management. -* [Context menu](https://ej2.syncfusion.com/documentation/file-manager/user-interface/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#context-menu): The component includes a context menu that allows users to quickly and easily access file management options. -* [Toolbar](https://ej2.syncfusion.com/documentation/file-manager/user-interface/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#toolbar): The component's toolbar provides a flexible way to manage file operations, making it easy for users to perform common tasks. -* [Access control](https://ej2.syncfusion.com/documentation/file-manager/access-control/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component allows users to define a set of access rules for their folders and files, giving them control over who can access specific resources. -* [Multiple file selection](https://ej2.syncfusion.com/documentation/file-manager/multiple-selection/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component supports the selection of multiple files, making it easy for users to perform bulk operations. -* [Localization](https://ej2.syncfusion.com/documentation/file-manager/localization/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component supports localization, allowing it to be used in a variety of languages and regions. -* [Accessibility](https://ej2.syncfusion.com/documentation/file-manager/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component is designed with accessibility in mind, ensuring that it is usable by users with disabilities. +* [Easy integration](https://ej2.syncfusion.com/documentation/file-manager/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component is easy to integrate into existing projects, making it a convenient and straightforward solution for file management. +* [Context menu](https://ej2.syncfusion.com/documentation/file-manager/user-interface#context-menu?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component includes a context menu that allows users to quickly and easily access file management options. +* [Toolbar](https://ej2.syncfusion.com/documentation/file-manager/user-interface#toolbar?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component's toolbar provides a flexible way to manage file operations, making it easy for users to perform common tasks. +* [Access control](https://ej2.syncfusion.com/documentation/file-manager/access-control?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component allows users to define a set of access rules for their folders and files, giving them control over who can access specific resources. +* [Multiple file selection](https://ej2.syncfusion.com/documentation/file-manager/multiple-selection?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component supports the selection of multiple files, making it easy for users to perform bulk operations. +* [Localization](https://ej2.syncfusion.com/documentation/file-manager/localization?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component supports localization, allowing it to be used in a variety of languages and regions. +* [Accessibility](https://ej2.syncfusion.com/documentation/file-manager/accessibility?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component is designed with accessibility in mind, ensuring that it is usable by users with disabilities. ## Resources -* [Theme Studio](https://ej2.syncfusion.com/themestudio/) -* [Custom Resource Generator](https://crg.syncfusion.com/) -* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_medium=listing&utm_source=github) -* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_medium=listing&utm_source=github) -* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript&utm_medium=listing&utm_source=github) +* [Theme Studio](https://ej2.syncfusion.com/themestudio/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm) +* [Custom Resource Generator](https://crg.syncfusion.com/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm) +* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm) +* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm) +* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm) ## Support Product support is available through following mediums. -* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support -* [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-filemanager-npm) -* [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new) -* [Request feature or report bug](https://www.syncfusion.com/feedback/javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-filemanager-npm) +* [Support ticket](https://support.syncfusion.com/support/tickets/create?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support +* [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm) +* [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm) +* [Request feature or report bug](https://www.syncfusion.com/feedback/javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm) * Live chat ## Changelog -Check the changelog [here]( https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/filemanager/CHANGELOG.md?utm_source=npm&utm_campaign=filemanager). Get minor improvements and bug fixes every week to stay up to date with frequent updates. +Check the changelog [here]( https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/filemanager/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates. ## License and copyright -> This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials). +> This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® [EULA](https://www.syncfusion.com/license/studio/33.2.3/syncfusion_essential_studio_eula.pdf?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm). To acquire a license for 155+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm), you can [purchase](https://www.syncfusion.com/sales/pricing?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm). -> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. +> A free community [license](https://www.syncfusion.com/products/communitylicense?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. -See [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_campaign=filemanager) for more info. +See [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm) for more info. © Copyright 2025 Syncfusion® Inc. All Rights Reserved. The Syncfusion® Essential Studio® license and copyright applies to this distribution. \ No newline at end of file diff --git a/controls/gantt/README.md b/controls/gantt/README.md index 67a35813e3..6c06e2dc4e 100644 --- a/controls/gantt/README.md +++ b/controls/gantt/README.md @@ -5,7 +5,7 @@ The [JavaScript Gantt](https://www.syncfusion.com/javascript-ui-controls/js-gantt-chart?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) control is a project planning and management tool used to display and manage hierarchical tasks with timeline details. It helps assess how long a project should take, determine the resources needed, manage the dependencies between tasks, and plan the order in which the tasks should be completed.

Getting Started . - Online demos . + Online demos . Learn more

@@ -31,67 +31,67 @@ npm install @syncfusion/ej2-gantt Gantt control is also offered in following list of frameworks. -| [](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)
     [Angular](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)     | [](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)
       [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)       | [](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)
       [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)          | [](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)   | [](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)   | +| [](https://www.syncfusion.com/angular-components??utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm)
     [Angular](https://www.syncfusion.com/angular-components??utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm)     | [](https://www.syncfusion.com/react-components??utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm)
       [React](https://www.syncfusion.com/react-components??utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm)       | [](https://www.syncfusion.com/vue-components??utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm)
       [Vue](https://www.syncfusion.com/vue-components??utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm)          | [](https://www.syncfusion.com/aspnet-core-ui-controls??utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm)
  [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls??utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm)   | [](https://www.syncfusion.com/aspnet-mvc-ui-controls??utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm)
  [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls??utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm)   | | :-----: | :-----: | :-----: | :-----: | :-----: | ## Showcase samples * Expense Tracker - [Source](https://github.com/syncfusion/ej2-sample-ts-expensetracker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/dashboard) -* Loan Calculator - [Source](https://github.com/syncfusion/ej2-sample-ts-loancalculator), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) +* Loan Calculator - [Source](https://github.com/syncfusion/ej2-sample-ts-loancalculator?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) ## Key features -* [Data sources](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/local-data.html): Bind hierarchical or self-referential data to Gantt chart with an array of JSON objects or DataManager. -* [Timeline](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/timeline.html): Display timescale from minutes to decades easily, and also display custom texts in the timeline units. Timeline can be displayed in either one-tier or two-tier layout. -* [Task dependency](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/editing.html): Allows for the definition or update of dependencies between tasks in a project using four types of task dependencies: Finish – Start, Start – Finish, Finish – Finish, and Start – Start. -* [Resources](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/resource-view.html): Visualizes the list of tasks assigned to each resource in hierarchy manner and switch the resources as per user need by task editing. -* [Editing](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/editing.html): Provides the options to dynamically insert, delete and update tasks using columns, dialog and taskbar editing options. -* [Virtual scrolling](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/virtual-scroll.html): Improves the performance of the gantt control when binding large amounts of data by only rendering the currently visible parts of the user interface and rendering other elements as needed while scrolling. -* [Critical path](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/critical-path.html): The critical path in a project is displayed by a single task or a series of tasks. If a task in critical path is delayed, the entire project will be delayed. A task is considered to be critical if any delay to this task would affect the project end date. -* [Customizable taskbars](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/taskbar-template.html): Display various tasks in a project using parent and child taskbars, summary taskbars and milestone UI, which can be customized with templates. -* [Unscheduled tasks](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/unscheduled-tasks.html): Gantt Chart supports the display of tasks with undefined start date, end date or duration in a project. -* [Baseline](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/baseline.html): Display the deviations between planned dates and actual dates of a task in a project using baselines. -* [Markers and indicators](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/event-markers.html): Display indicators and flags along with taskbars and task labels. Also map important events in a project using event marker. -* [Task label customization](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/tasklabel-template.html): Allows for the customization of labels within and on either side of the task bar. -* [Sorting](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/sorting-api.html): Supports n levels of sorting. -* [Filtering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/filtering.html): Offers filter UIs such as filter bar and menu at each column to filter data. Also allows for filtering based on related parent or child records. -* [Columns](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/column-menu.html): Column definitions are used as the dataSource schema in the gantt. This plays a vital role in rendering column values in the required format. Column functionalities such as resizing, reordering, column template, show or hide columns, etc., are supported. -* [Column re-ordering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/reorder.html): Drag any column and drop it at any position in the grid's column header row, to reposition the column. -* [Column resizing](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/resizing.html): Resizing allows changing column width on the fly by simply dragging the right corner of the column header. -* [Row re-ordering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/drag-and-drop.html): Allows rows to be rearranged through drag and drop actions, changing their position and hierarchy level. A child row can be moved as a sibling within the same parent row or as a child to a different parent row. -* [Selection](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/selection.html): Rows or cells can be selected in the Gantt Chart. One or more rows or cells can also be selected by holding Shift, Ctrl or Command, or programmatically. -* [Templates](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/column-template.html): Templates can be used to create custom user experiences in the gantt. -* [RTL support](https://ej2.syncfusion.com/documentation/gantt/global-local/#right-to-left-rtl): Provides the right-to-left mode which aligns content in the Gantt Chart component from right to left. This improves user experience and accessibility for those who work with RTL languages like Hebrew and Arabic. -* [Localization](https://ej2.syncfusion.com/documentation/gantt/global-local/#localization): Provides inherent support to localize the UI. +* [Data sources](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/local-data.html): Bind hierarchical or self-referential data to Gantt chart with an array of JSON objects or DataManager. +* [Timeline](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/timeline.html): Display timescale from minutes to decades easily, and also display custom texts in the timeline units. Timeline can be displayed in either one-tier or two-tier layout. +* [Task dependency](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/editing.html): Allows for the definition or update of dependencies between tasks in a project using four types of task dependencies: Finish – Start, Start – Finish, Finish – Finish, and Start – Start. +* [Resources](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/resource-view.html): Visualizes the list of tasks assigned to each resource in hierarchy manner and switch the resources as per user need by task editing. +* [Editing](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/editing.html): Provides the options to dynamically insert, delete and update tasks using columns, dialog and taskbar editing options. +* [Virtual scrolling](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/virtual-scroll.html): Improves the performance of the gantt control when binding large amounts of data by only rendering the currently visible parts of the user interface and rendering other elements as needed while scrolling. +* [Critical path](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/critical-path.html): The critical path in a project is displayed by a single task or a series of tasks. If a task in critical path is delayed, the entire project will be delayed. A task is considered to be critical if any delay to this task would affect the project end date. +* [Customizable taskbars](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/taskbar-template.html): Display various tasks in a project using parent and child taskbars, summary taskbars and milestone UI, which can be customized with templates. +* [Unscheduled tasks](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/unscheduled-tasks.html): Gantt Chart supports the display of tasks with undefined start date, end date or duration in a project. +* [Baseline](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/baseline.html): Display the deviations between planned dates and actual dates of a task in a project using baselines. +* [Markers and indicators](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/event-markers.html): Display indicators and flags along with taskbars and task labels. Also map important events in a project using event marker. +* [Task label customization](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/tasklabel-template.html): Allows for the customization of labels within and on either side of the task bar. +* [Sorting](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/sorting-api.html): Supports n levels of sorting. +* [Filtering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/filtering.html): Offers filter UIs such as filter bar and menu at each column to filter data. Also allows for filtering based on related parent or child records. +* [Columns](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/column-menu.html): Column definitions are used as the dataSource schema in the gantt. This plays a vital role in rendering column values in the required format. Column functionalities such as resizing, reordering, column template, show or hide columns, etc., are supported. +* [Column re-ordering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/reorder.html): Drag any column and drop it at any position in the grid's column header row, to reposition the column. +* [Column resizing](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/resizing.html): Resizing allows changing column width on the fly by simply dragging the right corner of the column header. +* [Row re-ordering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/drag-and-drop.html): Allows rows to be rearranged through drag and drop actions, changing their position and hierarchy level. A child row can be moved as a sibling within the same parent row or as a child to a different parent row. +* [Selection](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/selection.html): Rows or cells can be selected in the Gantt Chart. One or more rows or cells can also be selected by holding Shift, Ctrl or Command, or programmatically. +* [Templates](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/column-template.html): Templates can be used to create custom user experiences in the gantt. +* [RTL support](https://ej2.syncfusion.com/documentation/gantt/global-local#right-to-left-rtl?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm): Provides the right-to-left mode which aligns content in the Gantt Chart component from right to left. This improves user experience and accessibility for those who work with RTL languages like Hebrew and Arabic. +* [Localization](https://ej2.syncfusion.com/documentation/gantt/global-local#localization?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm): Provides inherent support to localize the UI. ## Resources -* [Theme Studio](https://ej2.syncfusion.com/themestudio/) -* [Custom Resource Generator](https://crg.syncfusion.com/) -* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_medium=listing&utm_source=github) -* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_medium=listing&utm_source=github) -* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript&utm_medium=listing&utm_source=github) +* [Theme Studio](https://ej2.syncfusion.com/themestudio/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) +* [Custom Resource Generator](https://crg.syncfusion.com/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) +* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2??utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) +* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2??utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) +* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) ## Support Product support is available through the following mediums. -* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support +* [Support ticket](https://support.syncfusion.com/support/tickets/create?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support * [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) -* [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new) +* [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) * [Request feature or report bug](https://www.syncfusion.com/feedback/javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) * Live chat ## Changelog -Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/gantt/CHANGELOG.md?utm_source=npm&utm_campaign=gantt). Get minor improvements and bug fixes every week to stay up to date with frequent updates. +Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/gantt/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates. ## License and copyright -> This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials). +> This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® [EULA](https://www.syncfusion.com/license/studio/33.2.3/syncfusion_essential_studio_eula.pdf?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm). To acquire a license for 140+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm), you can [purchase](https://www.syncfusion.com/sales/pricing?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm). -> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. +> A [free community license](https://www.syncfusion.com/products/communitylicense?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. -See [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_campaign=gantt) for more info. +See [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) for more info. © Copyright 2025 Syncfusion® Inc. All Rights Reserved. The Syncfusion® Essential Studio® license and copyright applies to this distribution. \ No newline at end of file diff --git a/controls/grids/README.md b/controls/grids/README.md index 8aa0778167..231b98f953 100644 --- a/controls/grids/README.md +++ b/controls/grids/README.md @@ -2,12 +2,12 @@ # JavaScript Grid Control -The [JavaScript Grid](https://www.syncfusion.com/javascript-ui-controls/js-data-grid?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) control is a powerful and flexible tool for displaying and manipulating tabular data. JavaScript Grid control is its ability to bind to a wide range of data sources, including arrays of JSON objects, `OData web services`, and the Syncfusion® [DataManager](https://ej2.syncfusion.com/documentation/data/data-binding/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm). This makes it easy to integrate the grid into your application and display data from a variety of sources. In addition to its data binding capabilities, the JavaScript Grid also offers support for features such as sorting, filtering, paging, grouping, editing, frozen rows and columns, virtualization, and moree. These features allow you to easily manipulate and present large datasets in an efficient and user-friendly way. +The [JavaScript Grid](https://www.syncfusion.com/javascript-ui-controls/js-data-grid?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) control is a powerful and flexible tool for displaying and manipulating tabular data. JavaScript Grid control is its ability to bind to a wide range of data sources, including arrays of JSON objects, `OData web services`, and the Syncfusion® [DataManager](https://ej2.syncfusion.com/documentation/data/data-binding?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm). This makes it easy to integrate the grid into your application and display data from a variety of sources. In addition to its data binding capabilities, the JavaScript Grid also offers support for features such as sorting, filtering, paging, grouping, editing, frozen rows and columns, virtualization, and moree. These features allow you to easily manipulate and present large datasets in an efficient and user-friendly way.

Getting started . - Online demos . - Learn more + Online demos . + Learn more

![JavaScript Grid Control](https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-datagrid.png) @@ -30,57 +30,57 @@ npm install @syncfusion/ej2-grids Grid control is also offered in the following list of frameworks. -| [](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)
     [Angular](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)     | [](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)
       [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)       | [](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)
       [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)          | [](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)   | [](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)   | +| [](https://www.syncfusion.com/angular-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm)
     [Angular](https://www.syncfusion.com/angular-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm)     | [](https://www.syncfusion.com/react-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm)
       [React](https://www.syncfusion.com/react-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm)       | [](https://www.syncfusion.com/vue-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm)
       [Vue](https://www.syncfusion.com/vue-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm)          | [](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm)
  [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm)   | [](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm)
  [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm)   | | :-----: | :-----: | :-----: | :-----: | :-----: | ## Showcase samples * Expense Tracker - [Source](https://github.com/syncfusion/ej2-sample-ts-expensetracker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/dashboard) -* Loan Calculator - [Source](https://github.com/syncfusion/ej2-sample-ts-loancalculator), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) +* Loan Calculator - [Source](https://github.com/syncfusion/ej2-sample-ts-loancalculator?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) ## Key features -* [Data sources](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/local-data.html): Bind data seamlessly with various local and remote data sources such as JSON, OData, WCF, and RESTful web services with the help of [DataManager](https://ej2.syncfusion.com/documentation/data/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm). -* [High performance](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/virtual-scrolling.html): Well thought out efforts, and focuses mainly on fast paced performance to load millions of records. Grid renders only the rows within the viewport, and loads additional data as the user scrolls vertically. -* [Adaptive UI layout](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/adaptive-layout.html): UI is customized and redesigned for great views and usability on small screens. Filter, sort, search, and edit dialogs adaptive to the screen size and render row elements in a vertical direction. -* [Sorting and grouping](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/grouping.html): Supporting N level of sorting and grouping can be useful for more complex data sets that have a deeper hierarchical structure or that need to be organized and analyzed in more detailed ways. -* [Aggregation](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/aggregate-default.html): Easily visualize the aggregates for column values by calculating and displaying summary statistics such as sums, averages, counts, etc. By default, the aggregate value can be displayed in the footer, group footer, or group caption of the grid. -* [Filtering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/filter.html): The filter UIs, including the filter bar, menu, excel, and checkbox, are available at each column to filter data. -* [Paging](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/default-paging.html): Paging is used to view a segment of data from the assigned data source. It requests data on-demand when navigating to another page also allows to change the page size on the fly by using the page size dropdown in the pager. -* [Editing](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/normal-editing.html): Grid supports create, read, update, and delete operations (CRUD). Also provides various edit modes such as inline, dialog, and batch edit (cell editing). -* [Selection](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/selection.html): Select rows or cells either by using checkbox or by simply clicking them. Select more than one row or cell by holding Ctrl or Shift or Command, or simply dragging the pointer over the cells, or programmatically. -* [Hierarchical binding](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/bootstrap5/grid/hierarchy.html): Allows you to display table data in a hierarchical structure, allowing you to visualize the relationships between parent and child records in a clear and organized way. -* [Templates](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/column-template.html): Using templates, users can create custom UI. It provides various template options to create custom headers, custom cell contents, custom rows, detail rows, toolbars, and custom editors for edit action. -* [Row drag and drop](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/drag-and-drop.html): The Grid rows can be reordered while drag and drop the rows within the grid. Also allows to drop the dragged rows another Grid or custom control. +* [Data sources](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/local-data.html): Bind data seamlessly with various local and remote data sources such as JSON, OData, WCF, and RESTful web services with the help of [DataManager](https://ej2.syncfusion.com/documentation/data/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm). +* [High performance](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/virtual-scrolling.html): Well thought out efforts, and focuses mainly on fast paced performance to load millions of records. Grid renders only the rows within the viewport, and loads additional data as the user scrolls vertically. +* [Adaptive UI layout](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/adaptive-layout.html): UI is customized and redesigned for great views and usability on small screens. Filter, sort, search, and edit dialogs adaptive to the screen size and render row elements in a vertical direction. +* [Sorting and grouping](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/grouping.html): Supporting N level of sorting and grouping can be useful for more complex data sets that have a deeper hierarchical structure or that need to be organized and analyzed in more detailed ways. +* [Aggregation](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/aggregate-default.html): Easily visualize the aggregates for column values by calculating and displaying summary statistics such as sums, averages, counts, etc. By default, the aggregate value can be displayed in the footer, group footer, or group caption of the grid. +* [Filtering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/filter.html): The filter UIs, including the filter bar, menu, excel, and checkbox, are available at each column to filter data. +* [Paging](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/default-paging.html): Paging is used to view a segment of data from the assigned data source. It requests data on-demand when navigating to another page also allows to change the page size on the fly by using the page size dropdown in the pager. +* [Editing](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/normal-editing.html): Grid supports create, read, update, and delete operations (CRUD). Also provides various edit modes such as inline, dialog, and batch edit (cell editing). +* [Selection](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/selection.html): Select rows or cells either by using checkbox or by simply clicking them. Select more than one row or cell by holding Ctrl or Shift or Command, or simply dragging the pointer over the cells, or programmatically. +* [Hierarchical binding](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/hierarchy.html): Allows you to display table data in a hierarchical structure, allowing you to visualize the relationships between parent and child records in a clear and organized way. +* [Templates](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/column-template.html): Using templates, users can create custom UI. It provides various template options to create custom headers, custom cell contents, custom rows, detail rows, toolbars, and custom editors for edit action. +* [Row drag and drop](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/drag-and-drop.html): The Grid rows can be reordered while drag and drop the rows within the grid. Also allows to drop the dragged rows another Grid or custom control. * Columns: The column definitions are used as the data source schema in the Grid. This plays a vital role in rendering column values in the required format. - * [Reordering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/reorder.html): Allows you to rearrange the columns in the grid by dragging and dropping them to a new position in the column header row. - * [Column chooser](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/column-chooser.html): It provides a list of column names paired with check boxes that allow the visibility to be toggled on the fly. - * [Resizing](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/column-resize.html): Resizing allows changing column width on the fly by simply dragging the right corner of the column header. - * [Frozen rows and columns](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/frozen-rows-columns.html): Provides the ability to freeze columns and rows to allow for easy scrolling and comparison of cell values. It also offers the option to freeze columns on either the left or right side, or on both sides, of the grid. - * [Cell spanning](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/column-spanning.html): Grid cells can be spanned across multiple columns or rows in a grid layout to create a larger cell that takes up more space in the grid. - * [Foreign key column binding](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/foreign-key.html): A column can display values from external or lookup data sources using foreign key/value mapping. -* [Context menu](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/context-menu.html): The context menu provides a list of actions to be performed in the grid. It appears when a grid cell, header, or the pager is right-clicked. -* [Clipboard](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/clipboard.html): Selected rows and cells can be copied from the grid without header using Ctrl + C or with header using Ctrl + Shift + H shortcut. This allows you to easily transfer data from the grid to other applications or documents as needed. -* [Export to Excel and PDF](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/material/grid/default-exporting.html): Provides the options to Export the grid data to Excel, PDF, and CSV formats. -* [RTL support](https://ej2.syncfusion.com/documentation/grid/global-local/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#right-to-left-rtl): Provides a full-fledged right-to-left mode which aligns content in the Grid control from right to left. -* [Accessibility](https://ej2.syncfusion.com/documentation/grid/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#wai-aria): Designed to be accessible to users with disabilities, with features such as WAI-ARIA standard compliance and keyboard navigation to ensure that the grid can be effectively used with assistive technologies such as screen readers. -* [Localization](https://ej2.syncfusion.com/documentation/grid/global-local/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#localization): The Localization library enables you to adapt the default text content of the grid to fit the language and cultural preferences of your target audience. + * [Reordering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/reorder.html): Allows you to rearrange the columns in the grid by dragging and dropping them to a new position in the column header row. + * [Column chooser](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/column-chooser.html): It provides a list of column names paired with check boxes that allow the visibility to be toggled on the fly. + * [Resizing](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/column-resize.html): Resizing allows changing column width on the fly by simply dragging the right corner of the column header. + * [Frozen rows and columns](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/frozen-rows-columns.html): Provides the ability to freeze columns and rows to allow for easy scrolling and comparison of cell values. It also offers the option to freeze columns on either the left or right side, or on both sides, of the grid. + * [Cell spanning](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/column-spanning.html): Grid cells can be spanned across multiple columns or rows in a grid layout to create a larger cell that takes up more space in the grid. + * [Foreign key column binding](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/foreign-key.html): A column can display values from external or lookup data sources using foreign key/value mapping. +* [Context menu](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/context-menu.html): The context menu provides a list of actions to be performed in the grid. It appears when a grid cell, header, or the pager is right-clicked. +* [Clipboard](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/clipboard.html): Selected rows and cells can be copied from the grid without header using Ctrl + C or with header using Ctrl + Shift + H shortcut. This allows you to easily transfer data from the grid to other applications or documents as needed. +* [Export to Excel and PDF](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/default-exporting.html): Provides the options to Export the grid data to Excel, PDF, and CSV formats. +* [RTL support](https://ej2.syncfusion.com/documentation/grid/global-local#right-to-left-rtl?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm): Provides a full-fledged right-to-left mode which aligns content in the Grid control from right to left. +* [Accessibility](https://ej2.syncfusion.com/documentation/grid/accessibility#wai-aria?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm): Designed to be accessible to users with disabilities, with features such as WAI-ARIA standard compliance and keyboard navigation to ensure that the grid can be effectively used with assistive technologies such as screen readers. +* [Localization](https://ej2.syncfusion.com/documentation/grid/global-local#localization?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm): The Localization library enables you to adapt the default text content of the grid to fit the language and cultural preferences of your target audience. ## Resources -* [Documentation](https://ej2.syncfusion.com/documentation/grid/getting-started) -* [Theme Studio](https://ej2.syncfusion.com/themestudio/) -* [Custom Resource Generator](https://crg.syncfusion.com/) -* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_medium=listing&utm_source=github) -* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_medium=listing&utm_source=github) -* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript&utm_medium=listing&utm_source=github) +* [Documentation](https://ej2.syncfusion.com/documentation/grid/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) +* [Theme Studio](https://ej2.syncfusion.com/themestudio/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) +* [Custom Resource Generator](https://crg.syncfusion.com/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) +* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) +* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) +* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?tag=javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) ## Support Product support is available through the following mediums. -* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support +* [Support ticket](https://support.syncfusion.com/support/tickets/create?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support * [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) -* [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new) +* [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) * [Request feature or report bug](https://www.syncfusion.com/feedback/javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) * Live chat @@ -90,9 +90,9 @@ Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-contr ## License and copyright -> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this control, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials). +> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this control, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/license/studio/33.2.3/syncfusion_essential_studio_eula.pdf?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm). To acquire a license for 140+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm), you can [purchase](https://www.syncfusion.com/sales/pricing?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm). -> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. +> A [free community license](https://www.syncfusion.com/products/communitylicense?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. See [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) for more info. diff --git a/controls/richtexteditor/README.md b/controls/richtexteditor/README.md index e8d7e89701..d91323a323 100644 --- a/controls/richtexteditor/README.md +++ b/controls/richtexteditor/README.md @@ -88,7 +88,7 @@ Now, open your project in a browser, and the Rich Text Editor will be displayed! Rich Text Editor control is also offered in following list of frameworks. -| [](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)
     [Angular](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)     | [](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)
       [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)       | [](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)
       [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)          | [](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)   | [](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)   | +| [](https://www.syncfusion.com/angular-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm)
     [Angular](https://www.syncfusion.com/angular-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm)     | [](https://www.syncfusion.com/react-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm)
       [React](https://www.syncfusion.com/react-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm)       | [](https://www.syncfusion.com/vue-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm)
       [Vue](https://www.syncfusion.com/vue-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm)          | [](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm)
  [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm)   | [](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm)
  [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm)   | | :-----: | :-----: | :-----: | :-----: | :-----: | ## 🏗️ Showcase samples @@ -108,7 +108,7 @@ Rich Text Editor control is also offered in following list of frameworks. * [Checklist Suport](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#/bootstrap5/rich-text-editor/tools.html) - Allows users to create checklists (to-do lists) directly within the editor. Users can easily add interactive checkbox items to their content. -* [Accessibility & WCAG 2.0 Compliance](https://ej2.syncfusion.com/documentation/rich-text-editor/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) - Ensures full accessibility support, making it user-friendly for people who rely on assistive technologies (AT) or keyboard navigation. +* [Accessibility & WCAG 2.0 Compliance](https://ej2.syncfusion.com/documentation/rich-text-editor/accessibility?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) - Ensures full accessibility support, making it user-friendly for people who rely on assistive technologies (AT) or keyboard navigation. * [Preventing Cross-Site Scripting (XSS)](https://ej2.syncfusion.com/aspnetcore/documentation/rich-text-editor/prevent-cross-site-scripting/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) - The Rich Text Editor allows users to edit the content with security by preventing cross-site scripting (XSS). @@ -124,28 +124,28 @@ Rich Text Editor control is also offered in following list of frameworks. * [Export and Import](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#/bootstrap5/rich-text-editor/export-word.html) - Supports exporting content to PDF, and Word formats. -* [Copy and paste](https://ej2.syncfusion.com/documentation/rich-text-editor/paste-cleanup/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm") - Copy and paste from Microsoft Word, Outlook, or other editors or sources while preserving formatting, styles, and structure. +* [Copy and paste](https://ej2.syncfusion.com/documentation/rich-text-editor/paste-cleanup?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm) - Copy and paste from Microsoft Word, Outlook, or other editors or sources while preserving formatting, styles, and structure. -* [Undo and redo](https://ej2.syncfusion.com/documentation/rich-text-editor/miscellaneous.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#undoredo-manager) - Users can use undo and redo actions to reverse or repeat actions they took while editing the content. +* [Undo and redo](https://ej2.syncfusion.com/documentation/rich-text-editor/undo-redo?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm) - Users can use undo and redo actions to reverse or repeat actions they took while editing the content. -* [Module injection](https://ej2.syncfusion.com/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#module-injection) - It is possible to create a editor that utilizes a modular library to load the necessary functionality on demand. This can be useful for optimizing the performance of the editor. +* [Module injection](https://ej2.syncfusion.com/documentation/rich-text-editor/module?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm) - It is possible to create a editor that utilizes a modular library to load the necessary functionality on demand. This can be useful for optimizing the performance of the editor. -* [Third-party integration](https://ej2.syncfusion.com/documentation/rich-text-editor/third-party-integration/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm) - It is possible to integrate a third-party library into a rich text editor to add additional functionality or features to the editor like `Code-mirror`, `Embedly` and more. +* [Third-party integration](https://ej2.syncfusion.com/documentation/rich-text-editor/third-party-integration?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm) - It is possible to integrate a third-party library into a rich text editor to add additional functionality or features to the editor like `Code-mirror`, `Embedly` and more. ## 📚 Resources -* [Documentation](https://ej2.syncfusion.com/documentation/rich-text-editor/getting-started) -* [Theme Studio](https://ej2.syncfusion.com/themestudio/) -* [Custom Resource Generator](https://crg.syncfusion.com/) -* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_medium=listing&utm_source=github) -* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_medium=listing&utm_source=github) -* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript&utm_medium=listing&utm_source=github) +* [Documentation](https://ej2.syncfusion.com/documentation/rich-text-editor/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) +* [Theme Studio](https://ej2.syncfusion.com/themestudio/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) +* [Custom Resource Generator](https://crg.syncfusion.com/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) +* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) +* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) +* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?tag=javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) ## 🤝 Support Product support is available through the following mediums. -* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support +* [Support ticket](https://support.syncfusion.com/support/tickets/create?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support * [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) * [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new) * [Request feature or report bug](https://www.syncfusion.com/feedback/javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) @@ -157,9 +157,9 @@ Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-contr ## ⚖️ License and copyright -> This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials). +> This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® [EULA](https://www.syncfusion.com/license/studio/33.2.3/syncfusion_essential_studio_eula.pdf?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm). To acquire a license for 155+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm), you can [purchase](https://www.syncfusion.com/sales/pricing?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm). -> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. +> A [free community license](https://www.syncfusion.com/products/communitylicense?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm) for more info. diff --git a/controls/schedule/README.md b/controls/schedule/README.md index e9c134b2dd..cc23b9d276 100644 --- a/controls/schedule/README.md +++ b/controls/schedule/README.md @@ -2,7 +2,7 @@ # JavaScript Schedule Control -The [JavaScript Scheduler](https://www.syncfusion.com/javascript-ui-controls/js-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) control is an event calendar that facilitates almost all the basic Outlook and Google Calendar features, allowing the user to plan and manage appointments and time efficiently. It receives event data from a variety of data sources, such as an array of JSON objects, OData web services, RESTful or WCF services, and [DataManager](https://ej2.syncfusion.com/documentation/data/data-binding/) with built-in load on demand support to reduce the data transfer and load time. Also, it is availed with the multiple resources support that allots an unique individual space for more than one resources on the same calendar. +The [JavaScript Scheduler](https://www.syncfusion.com/javascript-ui-controls/js-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) control is an event calendar that facilitates almost all the basic Outlook and Google Calendar features, allowing the user to plan and manage appointments and time efficiently. It receives event data from a variety of data sources, such as an array of JSON objects, OData web services, RESTful or WCF services, and [DataManager](https://ej2.syncfusion.com/documentation/data/data-binding?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) with built-in load on demand support to reduce the data transfer and load time. Also, it is availed with the multiple resources support that allots an unique individual space for more than one resources on the same calendar.

Getting started . @@ -32,7 +32,7 @@ npm install @syncfusion/ej2-schedule Schedule control is also available in the following list of frameworks. -| [](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)
     [Angular](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)     | [](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)
       [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)       | [](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)
       [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)          | [](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)   | [](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)   | +| [](https://www.syncfusion.com/angular-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm)
     [Angular](https://www.syncfusion.com/angular-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm)     | [](https://www.syncfusion.com/react-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm)
       [React](https://www.syncfusion.com/react-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm)       | [](https://www.syncfusion.com/vue-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm)
       [Vue](https://www.syncfusion.com/vue-components?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm)          | [](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm)
  [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm)   | [](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm)
  [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm)   | | :-----: | :-----: | :-----: | :-----: | :-----: | ## Showcase samples @@ -41,40 +41,40 @@ Schedule control is also available in the following list of frameworks. ## Key features -* [Multiple views](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/views.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - A wide variety of built-in views are available: `day, week, work week, month, timeline day, timeline week, timeline work week, timeline month, timeline year, year, agenda and month agenda`. Easily configure each individual view with different, view-specific options. -* [Data binding](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/remote-data.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Seamless data binding with various client-side and remote data sources thus allowing the data to load on demand by default to reduce the data transfer and loading time. -* [Drag and drop](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/external-drag-drop.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Appointments can be easily rescheduled to another time by dragging and dropping them onto the required time slots. +* [Multiple views](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/views.html) - A wide variety of built-in views are available: `day, week, work week, month, timeline day, timeline week, timeline work week, timeline month, timeline year, year, agenda and month agenda`. Easily configure each individual view with different, view-specific options. +* [Data binding](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/remote-data.html) - Seamless data binding with various client-side and remote data sources thus allowing the data to load on demand by default to reduce the data transfer and loading time. +* [Drag and drop](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/external-drag-drop.html) - Appointments can be easily rescheduled to another time by dragging and dropping them onto the required time slots. * Appointment resize - An appointment’s time can be easily extended by resizing its start or end handlers. -* [Multiple resources](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/resource-grouping.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Supports planning and management of events for multiple resources and allows to group them under appropriate resources. Also, supports date-wise grouping, linked appointments and other group related customizations. -* [Virtual scrolling](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/virtual-scrolling.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Supports to load a large number of resources and events instantly as the users scroll. -* [Recurrence appointment](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/recurrence-events.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Allows the user to repeat a set of events on a daily, weekly, monthly, or yearly basis. -* [Template](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/event-template.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - The key elements like events, date header, work cells, time cells, event tooltip, resource header, date range text, and quick info popup comes with the default template support which allows the flexible end-user customization to embed any kind of text, images, or styles to it. -* [Timezone](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/timezone.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Regardless of whatever time zone your system follows, Schedule supports setting your own required time zone value to it as well as to each event – thus allowing the events to display on its exact local time. -* [Timescale](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/time-scale.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Allows to display customized time duration, with clear and accurate depiction of appointments across the appropriate time slots. -* [Customizable working days and hours](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/work-days.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Users can set specific [work hour](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/work-hour.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) range which is visually differentiated with active colour. Also, the working days collection can be customized with specific days, so that the remaining days will be considered as [weekend](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/hide-weekend.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm). -* [Custom editor template](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/editor-template.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Template option is availed for event editor, thus allowing the users to add their own custom editor design and also provides option to add additional fields onto the default event editor. -* [Adaptive rendering](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/month-agenda.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort. -* [Export to Excel](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/excel-export.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Provides the options to Export the events to Excel formats. -* [Export and Import ICS](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/calendar-export-import.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Provides the options to Export and Import the events as ICS formats. -* [Keyboard interaction](https://ej2.syncfusion.com/demos/#/bootstrap5/schedule/keyboard-interaction.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - All the common actions such as traversing through the appointments, multiple cell selection, add/edit/delete the appointments, navigate to other views, dates and much more can be performed through keyboard inputs. +* [Multiple resources](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/resource-grouping.html) - Supports planning and management of events for multiple resources and allows to group them under appropriate resources. Also, supports date-wise grouping, linked appointments and other group related customizations. +* [Virtual scrolling](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/virtual-scrolling.html) - Supports to load a large number of resources and events instantly as the users scroll. +* [Recurrence appointment](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/recurrence-events.html) - Allows the user to repeat a set of events on a daily, weekly, monthly, or yearly basis. +* [Template](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/event-template.html) - The key elements like events, date header, work cells, time cells, event tooltip, resource header, date range text, and quick info popup comes with the default template support which allows the flexible end-user customization to embed any kind of text, images, or styles to it. +* [Timezone](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/timezone.html) - Regardless of whatever time zone your system follows, Schedule supports setting your own required time zone value to it as well as to each event – thus allowing the events to display on its exact local time. +* [Timescale](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/time-scale.html) - Allows to display customized time duration, with clear and accurate depiction of appointments across the appropriate time slots. +* [Customizable working days and hours](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/work-days.html) - Users can set specific [work hour](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/work-hour.html) range which is visually differentiated with active colour. Also, the working days collection can be customized with specific days, so that the remaining days will be considered as [weekend](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/hide-weekend.html). +* [Custom editor template](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/editor-template.html) - Template option is availed for event editor, thus allowing the users to add their own custom editor design and also provides option to add additional fields onto the default event editor. +* [Adaptive rendering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/month-agenda.html) - Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort. +* [Export to Excel](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/excel-export.html) - Provides the options to Export the events to Excel formats. +* [Export and Import ICS](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/calendar-export-import.html) - Provides the options to Export and Import the events as ICS formats. +* [Keyboard interaction](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/keyboard-interaction.html) - All the common actions such as traversing through the appointments, multiple cell selection, add/edit/delete the appointments, navigate to other views, dates and much more can be performed through keyboard inputs. * [Localization](https://ej2.syncfusion.com/documentation/schedule/localization.html?lang=typescript#localization?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - All the static text and date content can be localized to any desired language. Also, it can be displayed with appropriate time mode and date-format as per the localized language. * [RTL](https://ej2.syncfusion.com/documentation/schedule/localization.html?lang=typescript#rtl?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Supports displaying the component to display in the direction from right to left. ## Resources -* [Theme Studio](https://ej2.syncfusion.com/themestudio/) -* [Custom Resource Generator](https://crg.syncfusion.com/) -* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_medium=listing&utm_source=github) -* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_medium=listing&utm_source=github) -* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript&utm_medium=listing&utm_source=github) +* [Theme Studio](https://ej2.syncfusion.com/themestudio/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) +* [Custom Resource Generator](https://crg.syncfusion.com/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) +* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) +* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) +* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) ## Support Product support is available through the following mediums. -* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support +* [Support ticket](https://support.syncfusion.com/support/tickets/create?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support * [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) -* [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new) +* [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) * [Request feature or report bug](https://www.syncfusion.com/feedback/javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) * Live chat @@ -84,9 +84,9 @@ Check the changelog [here](https://ej2.syncfusion.com/documentation/release-note ## License and copyright -> This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials). +> This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® [EULA](https://www.syncfusion.com/license/studio/33.2.3/syncfusion_essential_studio_eula.pdf?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm). To acquire a license for 155+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm), you can [purchase](https://www.syncfusion.com/sales/pricing?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm). -> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. +> A [free community license](https://www.syncfusion.com/products/communitylicense?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. see [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) for more info. From d58bc5e6c485f21a80c4e815b323eda010bfb72c Mon Sep 17 00:00:00 2001 From: Scholar Jaruha Date: Thu, 25 Jun 2026 09:42:57 +0300 Subject: [PATCH 2/2] Changed UTM --- controls/charts/ReadMe.md | 20 ++++++++++---------- controls/diagrams/README.md | 2 +- controls/filemanager/README.md | 6 +++--- controls/gantt/README.md | 6 +++--- controls/grids/README.md | 10 +++++----- controls/richtexteditor/README.md | 4 ++-- controls/schedule/README.md | 6 +++--- 7 files changed, 27 insertions(+), 27 deletions(-) diff --git a/controls/charts/ReadMe.md b/controls/charts/ReadMe.md index bada433343..50c27f1f91 100644 --- a/controls/charts/ReadMe.md +++ b/controls/charts/ReadMe.md @@ -13,7 +13,7 @@ The [JavaScript Charts](https://www.syncfusion.com/javascript-ui-controls/js-cha The [JavaScript Chart Component](https://www.syncfusion.com/javascript-ui-controls/javascript-charts) is a feature-rich chart control with built-in support for over 50 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball.

- Getting started . + Getting started . Online demos . Learn more

@@ -50,15 +50,15 @@ The [JavaScript Chart Component](https://www.syncfusion.com/javascript-ui-contro * [Export](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/export.html): Provides the options to Export the chart to PDF, SVG and CSV formats. * [RTL support](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/chart/right-to-left.html): Provides a full-fledged right-to-left mode which aligns axis, tooltip, legend and data in the chart component from right to left. * [Appearance](https://ej2.syncfusion.com/documentation/chart/chart-appearance?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm): Colors for the charts are picked by the built-in theme, but each element of the chart can be customized by simple configuration options. -* [Accessibility](https://ej2.syncfusion.com/documentation/chart/accessibility#wai-aria?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm): Designed to be accessible to users with disabilities, with features such as WAI-ARIA standard compliance and keyboard navigation to ensure that the chart can be effectively used with assistive technologies such as screen readers. -* [Localization](https://ej2.syncfusion.com/documentation/chart/localization#localization?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm): The Localization library enables you to adapt the default text content of the chart to fit the language and cultural preferences of your target audience. +* [Accessibility](https://ej2.syncfusion.com/documentation/chart/accessibility?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#wai-aria): Designed to be accessible to users with disabilities, with features such as WAI-ARIA standard compliance and keyboard navigation to ensure that the chart can be effectively used with assistive technologies such as screen readers. +* [Localization](https://ej2.syncfusion.com/documentation/chart/localization?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#localization): The Localization library enables you to adapt the default text content of the chart to fit the language and cultural preferences of your target audience. ### JavaScript Accumulation Chart Built-in support for pie, doughnut, pyramid and funnel series type, to show the proportions and percentages between the categories.

- Getting started . + Getting started . Online demos . Learn more

@@ -86,7 +86,7 @@ Built-in support for pie, doughnut, pyramid and funnel series type, to show the The [JavaScript Stock Chart](https://www.syncfusion.com/javascript-ui-controls/js-stock-chart?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) is a well-crafted, easy-to-use financial charting package to track and visualize stock price of any company over a specific period using charting and range tools.

- Getting started . + Getting started . Online demos . Learn more

@@ -104,7 +104,7 @@ The [JavaScript Stock Chart](https://www.syncfusion.com/javascript-ui-controls/j * [Trendlines](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/stock-chart/default): Predicts the future trends with predetermined data for any measurements. * [Stock events](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/stock-chart/stock-events): Supports stock events to show different kinds of market events on the chart. * [Export](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/stock-chart/default): Provides the options to Export the stock chart to PDF, SVG and CSV formats. -* [Appearance](https://ej2.syncfusion.com/documentation/stock-chart/appearance/): Colors for the stock chart are picked by the built-in theme, but each element of the stock chart can be customized by simple configuration options. +* [Appearance](https://ej2.syncfusion.com/documentation/stock-chart/appearance?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm): Colors for the stock chart are picked by the built-in theme, but each element of the stock chart can be customized by simple configuration options. * [Tooltip](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm#/tailwind3/stock-chart/default): Provides great user experiance by including a set of interactive features such as tooltip, events, and trackball. ### JavaScript Range Navigator @@ -112,7 +112,7 @@ The [JavaScript Stock Chart](https://www.syncfusion.com/javascript-ui-controls/j The [JavaScript Range Navigator](https://www.syncfusion.com/javascript-ui-controls/js-range-seletor?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) control is an interface for selecting a small range from a large collection. It is commonly used in financial dashboards to filter a date range for data that needs to be visualized.

- Getting started . + Getting started . Online demos . Learn more

@@ -134,7 +134,7 @@ The [JavaScript Range Navigator](https://www.syncfusion.com/javascript-ui-contro The [JavaScript Sparkline](https://www.syncfusion.com/javascript-ui-controls/js-sparkline?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) is a very small chart control drawn without axes or coordinates. The sparklines are easy to interpret and convey more information to users by visualizing data in a small amount of space.

- Getting started . + Getting started . Online demos . Learn more

@@ -156,7 +156,7 @@ The [JavaScript Sparkline](https://www.syncfusion.com/javascript-ui-controls/js- The [JavaScript Bullet Chart](https://www.syncfusion.com/javascript-ui-controls/js-bullet-chart?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) is an interface to visually compare measures, similar to the commonly used bar chart. A bullet chart displays one or more measures and compares them with a target value.

- Getting started . + Getting started . Online demos . Learn more

@@ -177,7 +177,7 @@ The [JavaScript Bullet Chart](https://www.syncfusion.com/javascript-ui-controls/ The [JavaScript Smith Chart](https://www.syncfusion.com/javascript-ui-controls/js-smith-chart?utm_source=npm&utm_medium=listing&utm_campaign=javascript-chart-npm) visualize data of high frequency circuit applications. It contains two sets of circles to plot parameters of transmission lines.

- Getting started . + Getting started . Online demos . Learn more

diff --git a/controls/diagrams/README.md b/controls/diagrams/README.md index 72d3a2ce7e..b5b944e1f4 100644 --- a/controls/diagrams/README.md +++ b/controls/diagrams/README.md @@ -5,7 +5,7 @@ The [JavaScript Diagram](https://www.syncfusion.com/javascript-ui-controls/js-diagram?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm) control is used for visualizing, creating, and editing interactive diagrams. It supports creating flowcharts, organizational charts, mind maps, floor plans, UML diagrams, and BPMN charts either through code or a visual interface.

- Getting started . + Getting started . Online demos . Learn more

diff --git a/controls/filemanager/README.md b/controls/filemanager/README.md index 85ac86493d..c5c53e1c4e 100644 --- a/controls/filemanager/README.md +++ b/controls/filemanager/README.md @@ -5,7 +5,7 @@ The [JavaScript File Manager](https://www.syncfusion.com/javascript-ui-controls/js-file-manager?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm) control is a graphical user interface that allows users to manage their file system in an intuitive and efficient manner. With this component, you can easily access, edit, upload, download, and organize files and folders. It also offers a convenient way to browse and select items from the file system.

- Getting Started . + Getting Started . Online demos . Learn more

@@ -50,8 +50,8 @@ The JavaScript File Manager control is also offered in following list of framewo * [Customizable interface](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#/bootstrap5/file-manager/custom-thumbnail.html): The component's interface can be customized to fit the needs and preferences of users, allowing for a personalized experience. * [Responsive design](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#/bootstrap5/file-manager/overview.html): The component is designed to be responsive, ensuring that it works seamlessly across a range of devices and screen sizes. * [Easy integration](https://ej2.syncfusion.com/documentation/file-manager/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component is easy to integrate into existing projects, making it a convenient and straightforward solution for file management. -* [Context menu](https://ej2.syncfusion.com/documentation/file-manager/user-interface#context-menu?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component includes a context menu that allows users to quickly and easily access file management options. -* [Toolbar](https://ej2.syncfusion.com/documentation/file-manager/user-interface#toolbar?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component's toolbar provides a flexible way to manage file operations, making it easy for users to perform common tasks. +* [Context menu](https://ej2.syncfusion.com/documentation/file-manager/user-interface?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#context-menu): The component includes a context menu that allows users to quickly and easily access file management options. +* [Toolbar](https://ej2.syncfusion.com/documentation/file-manager/user-interface?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#toolbar): The component's toolbar provides a flexible way to manage file operations, making it easy for users to perform common tasks. * [Access control](https://ej2.syncfusion.com/documentation/file-manager/access-control?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component allows users to define a set of access rules for their folders and files, giving them control over who can access specific resources. * [Multiple file selection](https://ej2.syncfusion.com/documentation/file-manager/multiple-selection?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component supports the selection of multiple files, making it easy for users to perform bulk operations. * [Localization](https://ej2.syncfusion.com/documentation/file-manager/localization?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component supports localization, allowing it to be used in a variety of languages and regions. diff --git a/controls/gantt/README.md b/controls/gantt/README.md index 6c06e2dc4e..b2e0b64978 100644 --- a/controls/gantt/README.md +++ b/controls/gantt/README.md @@ -4,7 +4,7 @@ The [JavaScript Gantt](https://www.syncfusion.com/javascript-ui-controls/js-gantt-chart?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm) control is a project planning and management tool used to display and manage hierarchical tasks with timeline details. It helps assess how long a project should take, determine the resources needed, manage the dependencies between tasks, and plan the order in which the tasks should be completed.

- Getting Started . + Getting Started . Online demos . Learn more

@@ -61,8 +61,8 @@ Gantt control is also offered in following list of frameworks. * [Row re-ordering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/drag-and-drop.html): Allows rows to be rearranged through drag and drop actions, changing their position and hierarchy level. A child row can be moved as a sibling within the same parent row or as a child to a different parent row. * [Selection](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/selection.html): Rows or cells can be selected in the Gantt Chart. One or more rows or cells can also be selected by holding Shift, Ctrl or Command, or programmatically. * [Templates](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#/bootstrap5/gantt/column-template.html): Templates can be used to create custom user experiences in the gantt. -* [RTL support](https://ej2.syncfusion.com/documentation/gantt/global-local#right-to-left-rtl?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm): Provides the right-to-left mode which aligns content in the Gantt Chart component from right to left. This improves user experience and accessibility for those who work with RTL languages like Hebrew and Arabic. -* [Localization](https://ej2.syncfusion.com/documentation/gantt/global-local#localization?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm): Provides inherent support to localize the UI. +* [RTL support](https://ej2.syncfusion.com/documentation/gantt/global-local?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#right-to-left-rtl): Provides the right-to-left mode which aligns content in the Gantt Chart component from right to left. This improves user experience and accessibility for those who work with RTL languages like Hebrew and Arabic. +* [Localization](https://ej2.syncfusion.com/documentation/gantt/global-local?utm_source=npm&utm_medium=listing&utm_campaign=javascript-gantt-npm#localization): Provides inherent support to localize the UI. ## Resources diff --git a/controls/grids/README.md b/controls/grids/README.md index 231b98f953..fd6a515c95 100644 --- a/controls/grids/README.md +++ b/controls/grids/README.md @@ -5,7 +5,7 @@ The [JavaScript Grid](https://www.syncfusion.com/javascript-ui-controls/js-data-grid?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) control is a powerful and flexible tool for displaying and manipulating tabular data. JavaScript Grid control is its ability to bind to a wide range of data sources, including arrays of JSON objects, `OData web services`, and the Syncfusion® [DataManager](https://ej2.syncfusion.com/documentation/data/data-binding?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm). This makes it easy to integrate the grid into your application and display data from a variety of sources. In addition to its data binding capabilities, the JavaScript Grid also offers support for features such as sorting, filtering, paging, grouping, editing, frozen rows and columns, virtualization, and moree. These features allow you to easily manipulate and present large datasets in an efficient and user-friendly way.

- Getting started . + Getting started . Online demos . Learn more

@@ -40,7 +40,7 @@ Grid control is also offered in the following list of frameworks. ## Key features -* [Data sources](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/local-data.html): Bind data seamlessly with various local and remote data sources such as JSON, OData, WCF, and RESTful web services with the help of [DataManager](https://ej2.syncfusion.com/documentation/data/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm). +* [Data sources](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/local-data.html): Bind data seamlessly with various local and remote data sources such as JSON, OData, WCF, and RESTful web services with the help of [DataManager](https://ej2.syncfusion.com/documentation/data/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm). * [High performance](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/virtual-scrolling.html): Well thought out efforts, and focuses mainly on fast paced performance to load millions of records. Grid renders only the rows within the viewport, and loads additional data as the user scrolls vertically. * [Adaptive UI layout](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/adaptive-layout.html): UI is customized and redesigned for great views and usability on small screens. Filter, sort, search, and edit dialogs adaptive to the screen size and render row elements in a vertical direction. * [Sorting and grouping](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/grouping.html): Supporting N level of sorting and grouping can be useful for more complex data sets that have a deeper hierarchical structure or that need to be organized and analyzed in more detailed ways. @@ -62,9 +62,9 @@ Grid control is also offered in the following list of frameworks. * [Context menu](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/context-menu.html): The context menu provides a list of actions to be performed in the grid. It appears when a grid cell, header, or the pager is right-clicked. * [Clipboard](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/clipboard.html): Selected rows and cells can be copied from the grid without header using Ctrl + C or with header using Ctrl + Shift + H shortcut. This allows you to easily transfer data from the grid to other applications or documents as needed. * [Export to Excel and PDF](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#/tailwind3/grid/default-exporting.html): Provides the options to Export the grid data to Excel, PDF, and CSV formats. -* [RTL support](https://ej2.syncfusion.com/documentation/grid/global-local#right-to-left-rtl?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm): Provides a full-fledged right-to-left mode which aligns content in the Grid control from right to left. -* [Accessibility](https://ej2.syncfusion.com/documentation/grid/accessibility#wai-aria?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm): Designed to be accessible to users with disabilities, with features such as WAI-ARIA standard compliance and keyboard navigation to ensure that the grid can be effectively used with assistive technologies such as screen readers. -* [Localization](https://ej2.syncfusion.com/documentation/grid/global-local#localization?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm): The Localization library enables you to adapt the default text content of the grid to fit the language and cultural preferences of your target audience. +* [RTL support](https://ej2.syncfusion.com/documentation/grid/global-local?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#right-to-left-rtl): Provides a full-fledged right-to-left mode which aligns content in the Grid control from right to left. +* [Accessibility](https://ej2.syncfusion.com/documentation/grid/accessibility?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#wai-aria): Designed to be accessible to users with disabilities, with features such as WAI-ARIA standard compliance and keyboard navigation to ensure that the grid can be effectively used with assistive technologies such as screen readers. +* [Localization](https://ej2.syncfusion.com/documentation/grid/global-local?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm#localization): The Localization library enables you to adapt the default text content of the grid to fit the language and cultural preferences of your target audience. ## Resources * [Documentation](https://ej2.syncfusion.com/documentation/grid/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=javascript-grid-npm) diff --git a/controls/richtexteditor/README.md b/controls/richtexteditor/README.md index d91323a323..0764af9e68 100644 --- a/controls/richtexteditor/README.md +++ b/controls/richtexteditor/README.md @@ -5,7 +5,7 @@ The [JavaScript RichTextEditor](https://www.syncfusion.com/javascript-ui-controls/js-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) is a feature-rich WYSIWYG HTML editor and Markdown editor. The Rich Text Editor is widely used to create blogs, forum posts, notes sections, comment sections, messaging applications, and more. The control provides an efficient user interface for a better editing experience with mobile support. It has a variety of tools to edit and format rich content, and it return a valid HTML markup or Markdown (MD) content. It allows users to insert images, links, tables, media files and lists with modular architectures.
-

📖Getting started • +

📖Getting started🚀Online demos🌐Learn more

@@ -81,7 +81,7 @@ Now, open your project in a browser, and the Rich Text Editor will be displayed!

ℹ️ Note:

- For more information on using Rich Text Editor with Syncfusion, refer to our Documentation. + For more information on using Rich Text Editor with Syncfusion, refer to our Documentation.
## 🛠️ Supported frameworks diff --git a/controls/schedule/README.md b/controls/schedule/README.md index cc23b9d276..3eb1704bf9 100644 --- a/controls/schedule/README.md +++ b/controls/schedule/README.md @@ -5,7 +5,7 @@ The [JavaScript Scheduler](https://www.syncfusion.com/javascript-ui-controls/js-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) control is an event calendar that facilitates almost all the basic Outlook and Google Calendar features, allowing the user to plan and manage appointments and time efficiently. It receives event data from a variety of data sources, such as an array of JSON objects, OData web services, RESTful or WCF services, and [DataManager](https://ej2.syncfusion.com/documentation/data/data-binding?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) with built-in load on demand support to reduce the data transfer and load time. Also, it is availed with the multiple resources support that allots an unique individual space for more than one resources on the same calendar.

- Getting started . + Getting started . Online demos . Learn more

@@ -57,8 +57,8 @@ Schedule control is also available in the following list of frameworks. * [Export to Excel](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/excel-export.html) - Provides the options to Export the events to Excel formats. * [Export and Import ICS](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/calendar-export-import.html) - Provides the options to Export and Import the events as ICS formats. * [Keyboard interaction](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#/bootstrap5/schedule/keyboard-interaction.html) - All the common actions such as traversing through the appointments, multiple cell selection, add/edit/delete the appointments, navigate to other views, dates and much more can be performed through keyboard inputs. -* [Localization](https://ej2.syncfusion.com/documentation/schedule/localization.html?lang=typescript#localization?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - All the static text and date content can be localized to any desired language. Also, it can be displayed with appropriate time mode and date-format as per the localized language. -* [RTL](https://ej2.syncfusion.com/documentation/schedule/localization.html?lang=typescript#rtl?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Supports displaying the component to display in the direction from right to left. +* [Localization](https://ej2.syncfusion.com/documentation/schedule/localization.html?lang=typescript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#localization) - All the static text and date content can be localized to any desired language. Also, it can be displayed with appropriate time mode and date-format as per the localized language. +* [RTL](https://ej2.syncfusion.com/documentation/schedule/localization.html?lang=typescript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm#rtl) - Supports displaying the component to display in the direction from right to left. ## Resources