Skip to content

Commit a2e8b32

Browse files
988174: Rich Text Editor Missing topics Are Added
1 parent 9055823 commit a2e8b32

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/tools/text-formatting.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,6 @@ The following example demonstrates how to customize the bullet format lists in t
200200
{% endtabs %}
201201
{% endif %}
202202

203-
## Nested list creation using Tab key
204-
205-
In the Rich Text Editor, pressing the `Tab` key while the cursor is inside a list item automatically creates a nested list. This behavior allows users to structure their content hierarchically by indenting list items. Each press of the `Tab` key increases the nesting level, converting the current item into a sub-item of the previous one.
206-
207-
Please refer to the below video for visual behavior and interaction examples:
208-
209-
![Rich Text Editor list editing behaviour](../images/list-editing.gif)
210-
211203
### Checklist
212204

213205
The `Checklist` feature lets you create interactive task lists with clickable checkboxes. You can configure checkbox behavior, customize the visual appearance, manage item states, and enable keyboard interactions. This makes it perfect for project management, note-taking, and task tracking within your content. You can easily toggle between checked and unchecked states, giving you an intuitive way to manage the completion status of your list items—making it a simple and effective TODO list solution.
@@ -249,6 +241,14 @@ Below is an example of how to configure the Checklist in the Rich Text Editor:
249241
{% endtabs %}
250242
{% endif %}
251243

244+
## Nested list creation using Tab key
245+
246+
In the Rich Text Editor, pressing the `Tab` key while the cursor is inside a list item automatically creates a nested list. This behavior allows users to structure their content hierarchically by indenting list items. Each press of the `Tab` key increases the nesting level, converting the current item into a sub-item of the previous one.
247+
248+
Please refer to the below video for visual behavior and interaction examples:
249+
250+
![Rich Text Editor list editing behaviour](../images/list-editing.gif)
251+
252252
## Increase and decrease indent
253253

254254
The Rich Text Editor allows you to set indentation for text blocks such as paragraphs, headings, or lists. This feature helps you visually organize and structure your content, making it easier to read and understand.

ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.NETCORE/tools/text-formatting.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,6 @@ The following example demonstrates how to customize the bullet format lists in t
200200
{% endtabs %}
201201
{% endif %}
202202

203-
## Nested list creation using Tab key
204-
205-
In the Rich Text Editor, pressing the `Tab` key while the cursor is inside a list item automatically creates a nested list. This behavior allows users to structure their content hierarchically by indenting list items. Each press of the `Tab` key increases the nesting level, converting the current item into a sub-item of the previous one.
206-
207-
Please refer to the below video for visual behavior and interaction examples:
208-
209-
![Rich Text Editor list editing behaviour](../images/list-editing.gif)
210-
211203
### Checklist
212204

213205
The `Checklist` feature lets you create interactive task lists with clickable checkboxes. You can configure checkbox behavior, customize the visual appearance, manage item states, and enable keyboard interactions. This makes it perfect for project management, note-taking, and task tracking within your content. You can easily toggle between checked and unchecked states, giving you an intuitive way to manage the completion status of your list items—making it a simple and effective TODO list solution.
@@ -249,6 +241,14 @@ Below is an example of how to configure the Checklist in the Rich Text Editor:
249241
{% endtabs %}
250242
{% endif %}
251243

244+
## Nested list creation using Tab key
245+
246+
In the Rich Text Editor, pressing the `Tab` key while the cursor is inside a list item automatically creates a nested list. This behavior allows users to structure their content hierarchically by indenting list items. Each press of the `Tab` key increases the nesting level, converting the current item into a sub-item of the previous one.
247+
248+
Please refer to the below video for visual behavior and interaction examples:
249+
250+
![Rich Text Editor list editing behaviour](../images/list-editing.gif)
251+
252252
## Increase and decrease indent
253253

254254
The Rich Text Editor allows you to set indentation for text blocks such as paragraphs, headings, or lists. This feature helps you visually organize and structure your content, making it easier to read and understand.

0 commit comments

Comments
 (0)