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: Document-Processing/Word/Word-Processor/asp-net-core/getting-started-core.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: post
3
3
title: Getting Started with Syncfusion Document Editor Control
4
-
description: Checkout and learn about getting started with Document Editor control of Syncfusion Essential JS 2 and more details.
4
+
description: Check out and learn about getting started with Document Editor control of Syncfusion Essential JS 2 and more details.
5
5
platform: document-processing
6
6
control: Getting Started Core
7
7
documentation: ug
@@ -18,8 +18,10 @@ This section briefly explains about how to include [ASP.NET Core DocumentEditor]
18
18
19
19
## Create ASP.NET Core web application with Razor pages
20
20
21
+
Create a new ASP.NET Core web application using one of the following methods:
22
+
21
23
*[Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-8.0&tabs=visual-studio#create-a-razor-pages-web-app)
22
-
*[Create a Project using Syncfusion<supstyle="font-size:70%">®</sup> ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/project-template)
24
+
*[Create a Project using Syncfusion<supstyle="font-size:70%">®</sup> ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/razor-pages)
23
25
24
26
## Install ASP.NET Core package in the application
N> Syncfusion<supstyle="font-size:70%">®</sup> ASP.NET Core controls are available in [nuget.org.](https://www.nuget.org/packages?q=syncfusion.EJ2) Refer to [NuGet packages topic](https://ej2.syncfusion.com/aspnetcore/documentation/nuget-packages) to learn more about installing NuGet packages in various OS environments. The Syncfusion.EJ2.AspNet.Core NuGet package has dependencies, [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/) for JSON serialization and [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing/) for validating Syncfusion<supstyle="font-size:70%">®</sup> license key.
37
39
38
40
## Add Syncfusion<supstyle="font-size:70%">®</sup> ASP.NET Core Tag Helper
41
+
39
42
Open `~/Pages/_ViewImports.cshtml` file and import the `Syncfusion.EJ2` TagHelper.
40
43
41
44
{% tabs %}
@@ -84,9 +87,16 @@ Also, register the script manager `<ejs-script>` at the end of `<body>` in the A
84
87
{% endhighlight %}
85
88
{% endtabs %}
86
89
90
+
## Understanding component options
91
+
92
+
***DocumentEditor**: A customizable component where you build the UI according to your specific requirements
93
+
***DocumentEditorContainer**: A complete solution with a predefined toolbar, properties pane, and status bar for comprehensive document editing
94
+
95
+
This guide demonstrates both options.
96
+
87
97
## Add ASP.NET Core DocumentEditor control
88
98
89
-
Now, add the Syncfusion<supstyle="font-size:70%">®</sup> ASP.NET Core DocumentEditor tag helper in `~/Pages/Index.cshtml` page.
99
+
Add the Syncfusion<supstyle="font-size:70%">®</sup> ASP.NET Core DocumentEditor tag helper in `~/Pages/Index.cshtml` page.
N> Syncfusion<supstyle="font-size:70%">®</sup> Blazor components are available on [nuget.org](https://www.nuget.org/packages?q=syncfusion.blazor). Refer to the [NuGet packages](https://blazor.syncfusion.com/documentation/nuget-packages) topic for available NuGet packages list with component details.
@@ -120,7 +119,7 @@ builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(builder.
N> Syncfusion<supstyle="font-size:70%">®</sup> Blazor components are available on [nuget.org](https://www.nuget.org/packages?q=syncfusion.blazor). Refer to the [NuGet packages](https://blazor.syncfusion.com/documentation/nuget-packages) topic for available NuGet packages list with component details.
46
+
N> Syncfusion<supstyle="font-size:70%">®</sup> Blazor components are available on [nuget.org](https://www.nuget.org/packages?q=syncfusion.blazor). Refer to the [NuGet packages](https://blazor.syncfusion.com/documentation/nuget-packages) topic for available NuGet packages and component details.
47
47
48
48
{% endtabcontent %}
49
49
@@ -67,7 +67,6 @@ dotnet new blazorserver -o BlazorApp
67
67
cd BlazorApp
68
68
69
69
{% endhighlight %}
70
-
71
70
{% endtabs %}
72
71
73
72
## Install Syncfusion<supstyle="font-size:70%">®</sup> Blazor WordProcessor and Themes NuGet in the App
N> Syncfusion<supstyle="font-size:70%">®</sup> Blazor components are available on [nuget.org](https://www.nuget.org/packages?q=syncfusion.blazor). Refer to [NuGet packages](https://blazor.syncfusion.com/documentation/nuget-packages) topic for available NuGet packages list with component details.
0 commit comments