Skip to content

Commit 938616d

Browse files
authored
Merge pull request #6752 from syncfusion-content/983303-udated5-7-d
983303: Updated events.md, exec-command.md, form-validation.md, globalization.md
2 parents 205af2c + e99d04a commit 938616d

File tree

4 files changed

+74
-73
lines changed

4 files changed

+74
-73
lines changed

blazor/rich-text-editor/events.md

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
layout: post
3-
title: Events in Blazor RichTextEditor Component | Syncfusion
4-
description: Checkout and learn here all about Events in Syncfusion Blazor RichTextEditor component and much more.
3+
title: Events in Blazor Rich Text Editor Component | Syncfusion
4+
description: Checkout and learn here all about Events in Syncfusion Blazor Rich Text Editor component and much more.
55
platform: Blazor
66
control: RichTextEditor
77
documentation: ug
88
---
99

10-
# Events in Blazor RichTextEditor Component
10+
# Events in Syncfusion Blazor Rich Text Editor Component
1111

12-
This section explains the list of events of the RichTextEditor component which will be triggered for an appropriate RichTextEditor actions.
12+
This section explains the list of events of the Rich Text Editor component which will be triggered for an appropriate Rich Text Editor actions.
1313

1414
## OnActionBegin
1515

16-
`OnActionBegin` event triggers before command execution using the toolbar items.
16+
[OnActionBegin](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_OnActionBegin) event triggers before command execution using the toolbar items.
1717

1818
```cshtml
1919
@@ -34,7 +34,7 @@ This section explains the list of events of the RichTextEditor component which w
3434

3535
## OnActionComplete
3636

37-
`OnActionComplete` event triggers after command execution using the toolbar items.
37+
[OnActionComplete](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_OnActionComplete) event triggers after command execution using the toolbar items.
3838

3939
```cshtml
4040
@@ -56,7 +56,7 @@ This section explains the list of events of the RichTextEditor component which w
5656

5757
## OnDialogOpen
5858

59-
`OnDialogOpen` event triggers when the dialog is being opened.
59+
[OnDialogOpen]((https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_OnDialogOpen)) event triggers when the dialog is being opened.
6060

6161
```cshtml
6262
@@ -78,7 +78,7 @@ This section explains the list of events of the RichTextEditor component which w
7878

7979
## DialogOpened
8080

81-
`DialogOpened` event triggers when a dialog is opened.
81+
[DialogOpened](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_DialogOpened) event triggers when a dialog is opened.
8282

8383
```cshtml
8484
@@ -100,7 +100,7 @@ This section explains the list of events of the RichTextEditor component which w
100100

101101
## OnDialogClose
102102

103-
`OnDialogClose` event triggers when the dialog is being closed.
103+
[OnDialogClose](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_OnDialogClose) event triggers when the dialog is being closed.
104104

105105
```cshtml
106106
@@ -122,7 +122,7 @@ This section explains the list of events of the RichTextEditor component which w
122122

123123
## DialogClosed
124124

125-
`DialogClosed` event triggers after the dialog has been closed.
125+
[DialogClosed](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_DialogClosed) event triggers after the dialog has been closed.
126126

127127
```cshtml
128128
@@ -144,7 +144,7 @@ This section explains the list of events of the RichTextEditor component which w
144144

145145
## OnQuickToolbarOpen
146146

147-
`OnQuickToolbarOpen` event triggers when the quick toolbar is being opened.
147+
[OnQuickToolbarOpen](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_OnQuickToolbarOpen) event triggers when the quick toolbar is being opened.
148148

149149
```cshtml
150150
@@ -165,7 +165,7 @@ This section explains the list of events of the RichTextEditor component which w
165165

166166
## QuickToolbarOpened
167167

168-
`QuickToolbarOpened` event triggers when a quick toolbar is opened.
168+
[QuickToolbarOpened](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_QuickToolbarOpened) event triggers when a quick toolbar is opened.
169169

170170
```cshtml
171171
@@ -186,7 +186,7 @@ This section explains the list of events of the RichTextEditor component which w
186186

187187
## QuickToolbarClosed
188188

189-
`QuickToolbarClosed` event triggers after the quick toolbar has been closed.
189+
[QuickToolbarClosed](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_QuickToolbarClosed) event triggers after the quick toolbar has been closed.
190190

191191
```cshtml
192192
@@ -207,7 +207,7 @@ This section explains the list of events of the RichTextEditor component which w
207207

208208
## OnImageSelected
209209

210-
`OnImageSelected` event triggers when the image is selected or dragged into the insert image dialog.
210+
[OnImageSelected](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_OnImageSelected) event triggers when the image is selected or dragged into the insert image dialog.
211211

212212
```cshtml
213213
@@ -229,7 +229,7 @@ This section explains the list of events of the RichTextEditor component which w
229229

230230
## BeforeUploadImage
231231

232-
`BeforeUploadImage` event triggers before the image upload process.
232+
[BeforeUploadImage](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_BeforeUploadImage) event triggers before the image upload process.
233233

234234
```cshtml
235235
@@ -250,7 +250,7 @@ This section explains the list of events of the RichTextEditor component which w
250250

251251
## OnImageUploadSuccess
252252

253-
`OnImageUploadSuccess` event triggers when the image is successfully uploaded to the server side.
253+
[OnImageUploadSuccess](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_OnImageUploadSuccess) event triggers when the image is successfully uploaded to the server side.
254254

255255
```cshtml
256256
@@ -271,7 +271,7 @@ This section explains the list of events of the RichTextEditor component which w
271271

272272
## OnImageUploadFailed
273273

274-
`OnImageUploadFailed` event triggers when there is an error in the image upload.
274+
[OnImageUploadFailed](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_OnImageUploadFailed) event triggers when there is an error in the image upload.
275275

276276
```cshtml
277277
@@ -292,11 +292,12 @@ This section explains the list of events of the RichTextEditor component which w
292292

293293
## OnImageRemoving
294294

295-
`OnImageRemoving` event triggers when the selected image is cleared from the insert image dialog.
295+
[OnImageRemoving](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_OnImageRemoving) event triggers when the selected image is cleared from the insert image dialog.
296296

297297
```cshtml
298298
299299
@using Syncfusion.Blazor.RichTextEditor
300+
@using Syncfusion.Blazor.Inputs
300301
301302
<SfRichTextEditor>
302303
<RichTextEditorEvents OnImageRemoving="@OnImageRemovingHandler"></RichTextEditorEvents>
@@ -313,7 +314,7 @@ This section explains the list of events of the RichTextEditor component which w
313314

314315
## ImageDelete
315316

316-
`ImageDelete` event triggers when the selected image is cleared from the Rich Text Editor Content.
317+
[ImageDelete](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_ImageDelete) event triggers when the selected image is cleared from the Rich Text Editor Content.
317318

318319
```cshtml
319320
@@ -334,7 +335,7 @@ This section explains the list of events of the RichTextEditor component which w
334335

335336
## Created
336337

337-
`Created` event triggers when the Rich Text Editor is rendered.
338+
[Created](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_Created) event triggers when the Rich Text Editor is rendered.
338339

339340
```cshtml
340341
@@ -355,7 +356,7 @@ This section explains the list of events of the RichTextEditor component which w
355356

356357
## Destroyed
357358

358-
`Destroyed` event triggers when the Rich Text Editor is destroyed.
359+
[Destroyed](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_Destroyed) event triggers when the Rich Text Editor is destroyed.
359360

360361
```cshtml
361362
@@ -376,7 +377,7 @@ This section explains the list of events of the RichTextEditor component which w
376377

377378
## Blur
378379

379-
`Blur` event triggers when Rich Text Editor is focused out.
380+
[Blur](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_Blur) event triggers when Rich Text Editor is focused out.
380381

381382
```cshtml
382383
@@ -397,7 +398,7 @@ This section explains the list of events of the RichTextEditor component which w
397398

398399
## OnToolbarClick
399400

400-
`OnToolbarClick` event triggers when Rich Text Editor Toolbar items is clicked.
401+
[OnToolbarClick](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_OnToolbarClick) event triggers when Rich Text Editor Toolbar items is clicked.
401402

402403
```cshtml
403404
@@ -418,7 +419,7 @@ This section explains the list of events of the RichTextEditor component which w
418419

419420
## Focus
420421

421-
`Focus` event triggers when Rich Text Editor is focused in.
422+
[Focus](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_Focus) event triggers when Rich Text Editor is focused in.
422423

423424
```cshtml
424425
@@ -439,7 +440,7 @@ This section explains the list of events of the RichTextEditor component which w
439440

440441
## ValueChange
441442

442-
`ValueChange` event triggers only when Rich Text Editor is blurred and changes are done to the content.
443+
[ValueChange](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_ValueChange) event triggers only when Rich Text Editor is blurred and changes are done to the content.
443444

444445
```cshtml
445446
@@ -460,7 +461,7 @@ This section explains the list of events of the RichTextEditor component which w
460461

461462
## SelectionChanged
462463

463-
The `SelectionChanged` event triggers whenever the selection range is modified within the Rich Text Editor, such as when a user selects text with a mouse drag or shifts the selection with Shift+Arrow keys.
464+
The [SelectionChanged](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_SelectionChanged) event triggers whenever the selection range is modified within the Rich Text Editor, such as when selecting text with the mouse or using Shift+Arrow keys.
464465

465466
N> This event does not trigger when the selection range is collapsed (i.e., when only the cursor is placed without any content being selected).
466467

@@ -483,7 +484,7 @@ N> This event does not trigger when the selection range is collapsed (i.e., when
483484

484485
## OnResizeStart
485486

486-
`OnResizeStart` event triggers only when resizing the image is started.
487+
[OnResizeStart](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_OnResizeStart) event triggers only when resizing the image is started.
487488

488489
```cshtml
489490
@@ -504,7 +505,7 @@ N> This event does not trigger when the selection range is collapsed (i.e., when
504505

505506
## OnResizeStop
506507

507-
`OnResizeStop` event triggers only when resizing the image is stopped.
508+
[OnResizeStop](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_OnResizeStop) event triggers only when resizing the image is stopped.
508509

509510
```cshtml
510511
@@ -525,7 +526,7 @@ N> This event does not trigger when the selection range is collapsed (i.e., when
525526

526527
## AfterPasteCleanup
527528

528-
`AfterPasteCleanup` event triggers after cleaning up the copied content.
529+
[AfterPasteCleanup](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents.html#Syncfusion_Blazor_RichTextEditor_RichTextEditorEvents_AfterPasteCleanup) event triggers after cleaning up the copied content.
529530

530531
```cshtml
531532
@@ -542,4 +543,4 @@ N> This event does not trigger when the selection range is collapsed (i.e., when
542543
}
543544
}
544545
545-
```
546+
```

0 commit comments

Comments
 (0)