Overview
12 Sep 202512 minutes to read
| Name | Description |
|---|---|
| EmojiSettings | Specifies the emoji picker options in the RichTextEditor. |
| IFrameSettings | Configures the iframe settings for the Rich Text Editor. |
| Resources | Objects used to configure the properties of iframe resources. |
| InlineMode | Configures the inlineMode settings for the Rich Text Editor (RTE). |
| SlashMenuSettings | Configures the slash menu settings of the RichTextEditor. |
| AudioSettings | Configures the audio settings of the RichTextEditor. |
| BackgroundColor | Configures the background color settings of the RichTextEditor. |
| BulletFormatList | Configures the settings for the bullet format list in the RichTextEditor. |
| CodeBlockSettings | Configures the settings for the code block list in the RichTextEditor. |
| ExportPdf | Configures the export settings for PDF format in the RichTextEditor. |
| ExportWord | Configures the export settings for Word format in the RichTextEditor. |
| FontColor | Configures the font color settings of the RichTextEditor. |
| FontFamily | Configures the font family settings of the RichTextEditor. |
| FontSize | Configures the font size settings of the RichTextEditor. |
| Format | Configures the format settings of the RichTextEditor. |
| FormatPainterSettings | Configures the format painter settings of the RichTextEditor. |
| ImageSettings | Configures the image settings of the RichTextEditor. |
| ImportWord | Configures the importWord settings of the RichTextEditor. |
| NumberFormatList | Configures the settings for the number format list in the RichTextEditor. |
| PasteCleanupSettings | Configures the paste cleanup settings of the RichTextEditor. |
| QuickToolbarSettings | Configures the quick toolbar settings of the RichTextEditor. |
| ToolbarSettings | Configures the toolbar settings of the RichTextEditor. |
| VideoSettings | Configures the video settings of the RichTextEditor. |
| BaseQuickToolbar |
Quick toolbar module is used to handle Quick toolbar actions. |
| CodeBlock | Code Block module provides functionality for working with code blocks in the Rich Text Editor Handles code block creation, editing, and keypress interactions |
| QuickToolbar |
Quick toolbar module is used to handle Quick toolbar actions. |
| RichTextEditor | Represents the Rich Text Editor component. |
| FileManagerSettings | Configures the file manager settings of the RichTextEditor. |
| DialogType | Enumerates the types of dialogs that can be opened or closed in the Rich Text Editor. |
| ImageInputSource | Enumerates the sources for images to be inserted. |
| MediaInputSource | Enumerates the sources for media to be inserted. |
| ToolbarType | Enumerates the types of toolbars available. |
| ActionBeginEventArgs | Provides detailed information about an actionBegin event. |
| ActionCompleteEventArgs | Provides detailed information about an ActionComplete event. |
| BeforeQuickToolbarOpenArgs | Provides detailed information about the beforeQuickToolbarOpen event in the editor. |
| BeforeSanitizeHtmlArgs | Provides information about a BeforeSanitizeHtml event. |
| DialogCloseEventArgs | Provides information related to a DialogClose event in the RichTextEditor. |
| IAudioCommandsArgs | Provides details about an audio element added to the Rich Text Editor. |
| ICodeBlockCommandsArgs | Provides details about an code block element added to the Rich Text Editor. |
| IImageCommandsArgs | Represents the details of an image integrated into the Rich Text Editor. |
| ILinkCommandsArgs | Provides details about a link added to the Rich Text Editor. |
| ISlashMenuItem | Specifies the custom slash menu item configuration. |
| ITableCommandsArgs | Provides details about a table added to the Rich Text Editor. |
| IVideoCommandsArgs | Provides details about a video element added to the Rich Text Editor. |
| ImageDropEventArgs | Provides information about the image drop event in a rich text editor. |
| ImageSuccessEventArgs | Provides specific details about a successful Image upload event in the RichTextEditor. |
| ImageUploadingEventArgs | Provides detailed information about an image uploading event. |
| MediaDropEventArgs | Provides information about the media drop event in a rich text editor. |
| MediaSuccessEventArgs | Provides specific details about a successful media upload event in the RichTextEditor. |
| NotifyArgs | Provides information about a notification event in the rich text editor. |
| PrintEventArgs | Provides detailed information about a Print event in the Rich Text Editor (RTE). |
| ResizeArgs | Provides information about a Resize event. |
| ResponseEventArgs | Provides information about a response received after an Image upload event in the RichTextEditor. |
| SanitizeRemoveAttrs | Provides information about a SanitizeRemoveAttributes. |
| SanitizeSelectors | Provides information about SanitizeSelectors. |
| SelectionChangedEventArgs | Provides information about the selectionChanged event in the Rich Text Editor. |
| ToolbarClickEventArgs | Provides information about a ToolbarClick event in the RichTextEditor. |
| AfterImageDeleteEventArgs | Provides detailed information about the AfterImageDeleteEvent event in the editor. |
| AfterMediaDeleteEventArgs | Provides detailed information about the AfterMediaDeleteEvent event in the editor. |
| BlurEventArgs | Provides specific information about a Blur event in the RichTextEditor. |
| ChangeEventArgs | Provides detailed information about a change event in the RichTextEditor. |
| DestroyedEventArgs | Provides specific details about a Destroyed event in the RichTextEditor. |
| DialogOpenEventArgs | Provides information regarding a DialogOpen event in the RichTextEditor. |
| FocusEventArgs | Provides details about a Focus event in the RichTextEditor. |
| IFormatter | Provides information about a Formatter. |
| ImageFailedEventArgs | Provides detailed information about a failed Image upload event in the RichTextEditor. |
| PasteCleanupArgs | Provides information regarding content pasted in the RichTextEditor for cleanup operations. |
| QuickToolbarEventArgs | Provides detailed information about the QuickToolbar event in the editor. |
| SlashMenuItemSelectArgs | Provides detailed information about a SlashMenuItemSelect event. |
| ToolbarStatusEventArgs | Provides detailed information about the updatedToolbarStatus event in the Rich Text Editor. |
| Static Functions | Root static functions of RichTextEditor Component |
| ColorModeType | Defines types to be used as colorMode for color selection in the RichTextEditor. |
| CommandName | Defines types to be used as CommandName. The CommandName type encompasses various commands that can be applied within the rich text editor.Each command represents a specific formatting or editing action, such as applying text styles, inserting multimedia content, and handling text alignment or structure. |
| ToolbarConfigItems | Specifies the configuration items available for the toolbar settings. |
| ToolbarItems | Specifies the types of items that can be used in the toolbar. |
| ActionOnScroll | Defines the behavior of the quick toolbar when scrolling occurs. Options: - ‘hide’: The quick toolbar will be hidden when scrolling occurs - ‘none’: No action will be taken when scrolling occurs (toolbar remains visible) |
| DisplayLayoutOptions | Specifies the layout options for displaying audio or video content. Options are Inline or Break. |
| EditorMode | Specifies the modes available for rendering the Rich Text Editor. Options are either in HTML or Markdown format. |
| EnterKey | Specifies the HTML tag used when the enter key is pressed. Options include P, DIV, or BR. |
| SaveFormat | Specifies the formats available for saving images. Options include saving as Base64 or Blob. |
| ShiftEnterKey | Specifies the HTML tag used when shift + enter keys are pressed. Options include P, DIV, or BR. |
| SlashMenuItems | Lists the items available in the slash menu. |