ClassEditorToolSets
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.
Definition
Namespace:Telerik.Blazor.Components.Editor
Assembly:Telerik.Blazor.dll
Syntax:
public static class EditorToolSets
Inheritance: objectEditorToolSets
Fields
All
Provides the complete collection of all available Editor tools for maximum functionality. Includes advanced formatting (font family, size, colors), history controls (undo/redo), text styling (subscript, superscript, strikethrough), comprehensive table editing tools, and HTML source view capabilities. Perfect for power users, content management systems, or applications requiring full editing control. Consider using Default first and upgrade to All only when advanced features are needed.
Declaration
public static readonly List<IEditorTool> All
Field Value
Default
Provides essential editing tools for most common content creation scenarios. Includes text formatting (Bold, Italic, Underline), paragraph formatting (Format), text alignment, list creation (bullets and numbers), indentation, and basic link and image insertion.
Declaration
public static readonly List<IEditorTool> Default
Field Value