You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro/installation/what-you-need.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ To facilitate the common project types, Kendo UI ships the following combined sc
18
18
* The `kendo.ui.core.min.js` contains all widgets supported by the [Kendo UI Core distribution]({% slug welcometo_kendoui %}#list-of-widgets). The relevant script is available in the Kendo UI Core package as well.
19
19
* The `kendo.all.min.js` contains a minified version of all features provided by Kendo UI.
20
20
21
-
> The `kendo.all.min.js` is available in the Kendo UI Professional, Telerik UI for ASP.NET MVC, Telerik UI for JSP and Telerik UI for PHP bundles. However, the `kendo.all.min.js` does not include the `kendo.aspnetmvc.min.js`. To install it, add `kendo.aspnetmvc.min.js` to `kendo.all.min.js`, or use the [custom download builder tool](https://www.telerik.com/download/custom-download).
21
+
> The `kendo.all.min.js` is available in the Kendo UI Professional, Telerik UI for ASP.NET MVC, Telerik UI for ASP.NET Core, Telerik UI for JSP and Telerik UI for PHP bundles. However, the `kendo.all.min.js` does not include the `kendo.aspnetmvc.min.js`. To install it, add `kendo.aspnetmvc.min.js` to `kendo.all.min.js`, or use the [custom download builder tool](https://www.telerik.com/download/custom-download).
22
22
23
-
* The `kendo.web.min.js` is available in Kendo UI Professional, JSP, PHP, and MVC. It includes the core framework and all desktop browser widgets (previously distributed as Kendo UI Web).
24
-
* The `kendo.dataviz.min.js` is available in Kendo UI Professional, JSP, PHP, and MVC. It includes the core framework and all data visualization widgets (previously distributed as Kendo UI DataViz).
25
-
* The `kendo.mobile.min.js` is available in Kendo UI Professional, JSP, PHP, and MVC. It includes the core framework and all mobile device specific widgets (previously distributed as Kendo UI Mobile).
23
+
* The `kendo.web.min.js` is available in Kendo UI Professional, JSP, PHP, MVC and Core. It includes the core framework and all desktop browser widgets (previously distributed as Kendo UI Web).
24
+
* The `kendo.dataviz.min.js` is available in Kendo UI Professional, JSP, PHP, MVC and Core. It includes the core framework and all data visualization widgets (previously distributed as Kendo UI DataViz).
25
+
* The `kendo.mobile.min.js` is available in Kendo UI Professional, JSP, PHP, MVC and Core. It includes the core framework and all mobile device specific widgets (previously distributed as Kendo UI Mobile).
26
26
27
27
> Only one of the combined JavaScript files can be included at a time, because they include the Kendo UI framework. To simultaneously use widgets from different Kendo UI suites, use the `kendo.all.min.js` or build a custom script.
0 commit comments