Skip to content

949933: Added Customizing Style Video #4119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: hotfix/hotfix-v29.1.33
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ Now, add the Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core Rich
{% highlight cshtml tabtitle="CSHTML" %}
{% include code-snippet/rich-text-editor/basic/default/tagHelper %}
{% endhighlight %}
{% highlight c# tabtitle="Controller.cs" %}
{% include code-snippet/rich-text-editor/basic/default/controller.cs %}
{% endhighlight %}
{% endtabs %}

Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core Rich Text Editor control will be rendered in the default web browser.
Expand All @@ -112,6 +115,9 @@ Configure the toolbar with the tools using items field of the [`toolbarSettings`
{% highlight cshtml tabtitle="CSHTML" %}
{% include code-snippet/rich-text-editor/basic/toolbar/tagHelper %}
{% endhighlight %}
{% highlight c# tabtitle="Controller.cs" %}
{% include code-snippet/rich-text-editor/basic/toolbar/controller.cs %}
{% endhighlight %}
{% endtabs %}

![ASP.NET Core Rich Text Editor with Toolbar](images/richtexteditor-with-toolbar.png)
Expand Down
4 changes: 4 additions & 0 deletions ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.NETCORE/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ documentation: ug

The content below outlines the CSS structure you can use to customize the appearance of the control according to your preferences.

To quickly get started with customizing styles in the ASP.NET Core Rich Text Editor, watch this video:

{% youtube "youtube:https://www.youtube.com/watch?v=C4ELtSPALEY"%}

## Customizing Rich Text Editor Content

Use the following CSS to modify the default style of the Rich Text Editor's content area, including font properties, background, and text color.
Expand Down