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-aspnet/html-helpers/pdf/pdfviewer/toolbar.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ The toolbar collection includes the following built-in tools:
19
19
20
20
*`pager`
21
21
*`zoom`
22
+
*`zoomInOut`
22
23
*`toggleSelection`
23
24
*`search`
24
25
*`open`
@@ -27,7 +28,7 @@ The toolbar collection includes the following built-in tools:
27
28
28
29
> Running an Adblock extension in Chrome might treat the new browser tab for the print dialog as a potential ad and block it.
29
30
30
-
The `zoom`, `toggleSelection`, `search` and `print` tools are available only with PDFjs processing.
31
+
The `zoom`, `zoomInOut`, `toggleSelection`, `search` and `print` tools are available only with PDFjs processing.
31
32
32
33
The following example demonstrates basic configuration options for the PDFViewer toolbar tools. You can also add `spacer` elements, in order to group a preferable set of tools.
33
34
@@ -39,6 +40,7 @@ The following example demonstrates basic configuration options for the PDFViewer
39
40
items.Add().Name("pager");
40
41
items.Add().Name("spacer");
41
42
items.Add().Name("zoom");
43
+
items.Add().Name("zoomInOut");
42
44
items.Add().Name("toggleSelection");
43
45
items.Add().Name("search");
44
46
items.Add().Name("open");
@@ -60,6 +62,8 @@ The following example demonstrates basic configuration options for the PDFViewer
Copy file name to clipboardExpand all lines: docs-aspnet/installation/adding-client-side-resources/using-license-code.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,17 @@ To acquire a license file, generate it:
57
57
58
58
## Step 2: Add the License File
59
59
60
-
To register the Kendo UI product, add the `kendo-ui-license.js` file in the root of the application or the main scripts folder. The following table shows the most common location where you can include it according to the application type.
60
+
To register the Kendo UI product, add the `kendo-ui-license.js` file in the root of the application or the main scripts folder. The following table shows the most common location where you can include it in your application.
Copy file name to clipboardExpand all lines: docs-aspnet/vs-code-integration/snippets.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,9 @@ Visual Studio Code snippets are templates that make it easier to enter repetitiv
13
13
14
14
## {{site.product}} Snippets
15
15
16
-
The {{site.product}} Visual Studio Code Productivity Tools provide snippets for the components listed in the table below in both flavors—HTML Helpers and Tag Helpers. Type `tc`—short for Telerik UI for ASP.NET Core—or the name of component you wish to add.
16
+
The [{{site.product}} Visual Studio Code Productivity Tools](https://marketplace.visualstudio.com/items?itemName=TelerikInc.aspnetcoretemplatewizard) provide snippets for the components listed in the table below in both flavors—HTML Helpers and Tag Helpers. Type `tc`—short for Telerik UI for ASP.NET Core—or the name of component you wish to add.
17
+
18
+
You can access the code snippets pack by installing the [Telerik UI for ASP.NET Core Visual Studio Code productivity extension](https://marketplace.visualstudio.com/items?itemName=TelerikInc.aspnetcoretemplatewizard).
17
19
18
20
| Component | Html Helper snippet | TagHelper snippet |
Copy file name to clipboardExpand all lines: docs-aspnet/vs-integration/snippets.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@ Visual Studio snippets are templates that make it easier to enter repetitive cod
12
12
13
13
## {{site.product}} Snippets
14
14
15
-
The {{site.product}} Visual Studio Productivity Tools provide snippets for the components listed in the table below in both flavors—HTML Helpers and Tag Helpers. Type `tc`—short for Telerik UI for ASP.NET Core—or the name of component you wish to add.
15
+
The [{{site.product}} Visual Studio Productivity Tools](https://marketplace.visualstudio.com/items?itemName=TelerikInc.ProgressTelerikASPNETCoreVSExtensions) provide snippets for the components listed in the table below in both flavors—HTML Helpers and Tag Helpers. Type `tc`—short for Telerik UI for ASP.NET Core—or the name of component you wish to add.
16
+
17
+
You can access the code snippets pack by installing the [Telerik UI for ASP.NET Core Visual Studio productivity extension](https://marketplace.visualstudio.com/items?itemName=TelerikInc.ProgressTelerikASPNETCoreVSExtensions).
16
18
17
19
| Component | Html Helper snippet | TagHelper snippet |
0 commit comments