Skip to content

Commit 2511538

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 9cd1d65 commit 2511538

File tree

14 files changed

+51
-119
lines changed

14 files changed

+51
-119
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "year": 2020, "release": 3, "servicePack": "next", "servicePackNumber": 1 }
1+
{ "year": 2020, "release": 3, "servicePack": "next", "servicePackNumber": 2 }

docs-aspnet/_config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,16 @@ navigation:
352352
title: "Appbar"
353353
"html-helpers/navigation/breadcrumb":
354354
title: "Breadcrumb"
355+
"tag-helpers/navigation/breadcrumb":
356+
title: "Breadcrumb"
355357
"html-helpers/navigation/stepper":
356358
title: "Stepper"
359+
"tag-helpers/navigation/stepper":
360+
title: "Stepper"
357361
"html-helpers/navigation/wizard":
358362
title: "Wizard"
363+
"tag-helpers/navigation/wizard":
364+
title: "Wizard"
359365
"html-helpers/navigation/radiobutton":
360366
title: "RadioButton"
361367
"html-helpers/navigation/menu/contextmenu":
@@ -1415,6 +1421,7 @@ has_web_api_index: true
14151421
skip_tabbed_code: true
14161422
code_lang: true
14171423
has_kb_portal: true
1424+
has_cta_panels: true
14181425
api_columns_count: 2
14191426
edit_repo_url: https://github.com/telerik/kendo-ui-core/edit/master/docs-aspnet
14201427
download: https://www.telerik.com/download-trial-file/v2/aspnet-core-ui

docs-aspnet/html-helpers/charts/chart-types/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ slug: overview_charttypes_charts
66
position: 1
77
---
88

9+
{% if site.has_cta_panels == true %}
10+
{% include cta-panel-small.html %}
11+
{% endif %}
12+
913
# Chart Types Overview
1014

1115
The Charts support a wide range of series types.

docs-aspnet/introduction.md

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -12,48 +12,25 @@ position: 1
1212
{% assign telerik_product_url = "aspnet-mvc" %}
1313
{% endif %}
1414

15-
## Welcome to {{ site.product }}
15+
# Welcome to {{ site.product }}
1616

1717
Thank you for choosing Progress<sup>®</sup> Telerik<sup>®</sup> {{ site.product_short }}!
1818

1919
[{{ site.product }}](https://www.telerik.com/{{ telerik_product_url }}) is a set of server-side wrappers that bring the [HTML/JavaScript Kendo UI widgets](https://docs.telerik.com/kendo-ui/introduction) to .NET {{ site.framework_short }}. Our server-side wrappers come in the form of HTML{% if site.core %} and Tag{% endif %} helpers.
2020
From client-side perspective, the vanilla HTML/JavaScript Kendo UI widgets and their {{ site.framework }} server-side wrappers represent the same functionalities and provide the same capabilities.
2121

22+
2223
The {{ site.product }} HTML{% if site.core %} and Tag{% endif %} helpers:
2324
* Allow you to configure a Kendo UI widget through C# or VB.NET code&mdash;for example, to set its value, data source, and so on.
2425
* Render the HTML and JavaScript that are needed to initialize a Kendo UI widget.
2526
* Propagate the widget’s options to the client-side through its initialization script.
2627

2728
To read more about the benefits of using {{ site.product }}, please visit the {% if site.core %}[product overview page](https://www.telerik.com/aspnet-core-ui){% else %}[product overview page](https://www.telerik.com/aspnet-mvc){% endif %}.
2829

29-
<style>
30-
/* UI for ASP.NET download trial button */
31-
div#cta-placeholder {
32-
text-align: center !important;
33-
}
34-
div#cta-placeholder .aspnet_download_btn {
35-
color: #fff;
36-
background-color: #e74b3c;
37-
padding:.44em .9em .52em;
38-
font-size: 20px;
39-
font-weight:400;
40-
letter-spacing:-.025em;
41-
position:relative;
42-
display:inline-block;
43-
line-height:1.2;
44-
-webkit-transition:color .2s ease,background-color .2s ease;
45-
transition:color .2s ease,background-color .2s ease;
46-
border-radius:2px;
47-
-webkit-appearance:none;
48-
font-family:Metric,Arial,Gadget,sans-serif;
49-
text-align:center
50-
}
51-
</style>
52-
53-
<div id="cta-placeholder">
54-
<br />
55-
<a href="https://www.telerik.com/download-trial-file/v2/{{ telerik_product_url }}" class="aspnet_download_btn">Download Free Trial</a>
56-
</div>
30+
31+
{% if site.has_cta_panels == true %}
32+
{% include cta-panel-introduction.html %}
33+
{% endif %}
5734

5835
## Getting Started
5936

docs/_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,8 @@ navigation:
610610
title: "PanelBar"
611611
"*pdfviewer":
612612
title: "PDFViewer"
613+
"*PDFViewer":
614+
title: "PDFViewer"
613615
"*pivotdatasource":
614616
title: "PivotDataSource"
615617
"*pivotconfigurator":
@@ -2116,6 +2118,7 @@ has_web_api: true
21162118
skip_tabbed_code: true
21172119
code_lang: true
21182120
has_kb_portal: true
2121+
has_cta_panels: true
21192122
edit_repo_url: https://github.com/telerik/kendo-ui-core/edit/master/docs
21202123
download: https://www.telerik.com/download/kendo-ui
21212124
nav:

docs/controls/charts/chart-types/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ slug: overview_charttypes_charts
77
position: 1
88
---
99

10+
{% if site.has_cta_panels == true %}
11+
{% include cta-panel-small.html %}
12+
{% endif %}
13+
1014
# Chart Types Overview
1115

1216
The Charts support a wide range of series types.

docs/controls/navigation/appbar/overview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ page_title: jQuery AppBar Documentation | AppBar Overview
44
description: "Get started with the jQuery AppBar by Kendo UI and learn how to initialize the widget."
55
slug: overview_kendoui_appbar_widget
66
position: 1
7+
CTAControlName: AppBar
78
---
89

910
# AppBar Overview
@@ -15,6 +16,10 @@ The AppBar widget is used mainly for navigation. At the same time, it is templat
1516

1617
Visit the [AppBar demo page](https://demos.telerik.com/kendo-ui/appbar/index) to see it in action.
1718

19+
{% if site.has_cta_panels == true %}
20+
{% include cta-panel-overview.html %}
21+
{% endif %}
22+
1823
## Initializing the AppBar
1924

2025
It is recommended to initialize the widget from a div HTML element.

docs/framework/excel/introduction.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ page_title: Excel Export Overview | Kendo UI Excel Export
44
description: "Learn how to create Excel documents with Kendo UI."
55
slug: introduction_excelexport_kendoui
66
position: 1
7+
CTAControlName: Excel Export
8+
79
---
810

911
# Excel Export Overview
@@ -12,6 +14,10 @@ As of the Kendo UI 2014 Q3 release, Kendo UI has provided Excel generation suppo
1214

1315
Excel export allows you to create Excel documents in JavaScript and save them on the client machine.
1416

17+
{% if site.has_cta_panels == true %}
18+
{% include cta-panel-overview.html %}
19+
{% endif %}
20+
1521
## Requirements
1622

1723
To take full advantage of the Excel export feature, download the [JSZip](http://stuk.github.io/jszip/) library and include the file before the Kendo UI JavaScript files.

docs/framework/mvvm/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ slug: overview_mvvmpattern_kendoui
66
position: 1
77
---
88

9+
{% if site.has_cta_panels == true %}
10+
{% include cta-panel-small.html %}
11+
{% endif %}
12+
913
# MVVM Pattern Overview
1014

1115
[Model View ViewModel (MVVM)](https://en.wikipedia.org/wiki/Model_View_ViewModel) is a design pattern which helps developers separate the Model, which is the data, from the View, which is the user interface (UI).

docs/framework/spa/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ slug: overview_kendoui_singlepageapplication
66
position: 1
77
---
88

9+
{% if site.has_cta_panels == true %}
10+
{% include cta-panel-small.html %}
11+
{% endif %}
12+
913
# Single-Page Application Overview
1014

1115
The [Kendo UI Single-Page Application (SPA)](https://demos.telerik.com/kendo-ui/spa/index) is a set of classes which aim at simplifying the building of rich client-side based web applications.

0 commit comments

Comments
 (0)