Skip to content
Merged
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
4 changes: 4 additions & 0 deletions blazor/rich-text-editor/tools/audio.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,10 @@ namespace AudioUpload.Controllers
{% endhighlight %}
{% endtabs %}

## Paste audio into the editor

The Rich Text Editor supports pasting audio files directly into the editor content. You can paste single or multiple audio files from your file system directly into the editor.

## See also

* [How to configuring the toolbar position](https://blazor.syncfusion.com/documentation/rich-text-editor/toolbar#configuring-the-toolbar-position)
Expand Down
4 changes: 4 additions & 0 deletions blazor/rich-text-editor/tools/insert-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,10 @@ namespace RenameImage.Controllers
{% endhighlight %}
{% endtabs %}

## Paste image into the editor

The Rich Text Editor supports pasting images directly into the editor content. You can paste single or multiple images from your file system directly into the editor.

## See also

* [How to insert image editing option in the toolbar items](../toolbar#image-quick-toolbar)
4 changes: 4 additions & 0 deletions blazor/rich-text-editor/tools/video.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,10 @@ namespace VideoUpload.Controllers
{% endhighlight %}
{% endtabs %}

## Paste video into the editor

The Rich Text Editor supports pasting video files directly into the editor content. You can paste single or multiple video files from your file system directly into the editor.

## See also

* [How to edit the quick toolbar settings](../toolbar#video-quick-toolbar)
Expand Down