Telerik.Blazor.Components.Editor
Inserts a column after the currently selected one.
Inserts a column before the currently selected one.
Inserts a row after the selected one.
Inserts a row before the selected one.
Aligns the selected paragraph to the center.
Justifies the selected paragraph.
Aligns the selected paragraph to the left.
Aligns the selected paragraph to the right.
Applies bold formatting to the selected text.
Base class for Editor toolbar tools that render as clickable buttons to execute editor commands. Provides common properties for button appearance, behavior, and command execution. Use derived classes for specific formatting operations or extend this class for custom button tools.
Base class for the colorpicker tool.
Create a hyperlink from the selected text.
References a custom tool definition created with EditorCustomTool for adding application-specific functionality. Use this to include custom tools in the Editor's Tools collection and position them within the toolbar. Custom tools enable extending the Editor with business-specific operations, integrations, or specialized editing features. The tool's rendering and behavior are defined separately in EditorCustomTool components.
Deletes the selected column.
Deletes the selected row.
Deletes the selected HTML table.
Base class for Editor tools that are dropdowns.
Groups related editor tools together in the toolbar with visual separation for better organization. Use to create logical collections of related tools like text formatting (Bold, Italic, Underline) or alignment tools. Groups provide visual spacing and logical organization that improves user experience and toolbar clarity. Supports button-type tools and automatically handles group behavior and state management.
List of the available editor tools and corresponding command names.
Enables creation of custom tools for the Editor toolbar with application-specific functionality. Use to add custom buttons, dropdowns, or other UI elements that integrate seamlessly with the Editor. Custom tools are referenced by name in the Editor's Tools collection to position them in the toolbar.
Data Source model for the built-in editor dropdown tools.
Predefined sets of data sources for the editor dropdown tools.
Provides predefined collections of Editor tools for common editing scenarios and quick setup. Use these tool sets to quickly configure Editor functionality without manually creating tool collections.
Specify the font typeface for the selected text.
Specify the size of the selected text.
Applies standard formatting to the selected text like Heading 1, Paragraph and so on.
Command argumemnts for the editor command that formats content.
Command arguments for manipulating the HTML content of the editor (such as inserting HTML).
Base interface that describes a custom tool in the editor.
Command arguments for manipulating images.
Add indent to the selected text.
Inserts image from a desired URL.
Inserts a table with the desired number of columns and rows.
Applies italic formatting to the selected text.
Command arguments for manipulating links.
Merges the selected cells.
Creates a list of bullets from the selection.
Remove indent from the selected text.
Repeats the last undone action.
Splits already merged cells.
Applies strikethrough formatting to the selected text.
Makes the selected text subscript.
Makes the selected text superscript.
Command arguments for manipulating a table.
General tool command arguments.
Base class for command arguments.
Applies underline formatting to the selected text.
Undoes the last action.
Remove a hyperlink.
Creates a list of bullets from the selection.
Offers a HTML view for the selected text.