Class DialogType
Defines the type of dialog that opens or closes in the Rich Text Editor.
Inheritance
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class DialogType : Enum
Remarks
Provides various dialogue interfaces for media and content integration or modification.
Fields
InsertAudio
Defines the DialogType as InsertAudio.
Declaration
public const DialogType InsertAudio
Field Value
Type | Description |
---|---|
DialogType | Dialog for integrating audio clips. |
Remarks
Enables the upload and embedding of audio files as part of the content.
InsertImage
Defines the DialogType as InsertImage.
Declaration
public const DialogType InsertImage
Field Value
Type | Description |
---|---|
DialogType | Dialog for selecting and inserting images. |
Remarks
Provides an interface to embed image files within documents.
InsertLink
Defines the DialogType as InsertLink.
Declaration
public const DialogType InsertLink
Field Value
Type | Description |
---|---|
DialogType | Dialog for linking text or media elements. |
Remarks
Facilitates the addition of hyperlinks within the content.
InsertTable
Defines the DialogType as InsertTable.
Declaration
public const DialogType InsertTable
Field Value
Type | Description |
---|---|
DialogType | Dialog for creating and defining tables. |
Remarks
Allows detailed configuration of table size and properties before insertion.
InsertVideo
Defines the DialogType as InsertVideo.
Declaration
public const DialogType InsertVideo
Field Value
Type | Description |
---|---|
DialogType | Dialog for video file integration. |
Remarks
Provides a mechanism for adding visual media to enhance overall document quality.