# Editor

**Path:** Components/Advanced

[Back to Documentation Index](http://rubicblazor.skyconis.com/docs.md)

---

Editor

 RbEditor is a rich text editor for formatted content such as notes, descriptions, templates,
 and message bodies. The component fills its parent container, while document content is managed through
 `SetValue` and `GetValue`.

 Knowledge Base Article

 A help-center or support article is a straightforward `RbEditor` scenario. This example shows `Border=true`,
 `Rounded=true`, and `StatusBar=true`.

 Show code

 Knowledge base or help-center content is a common `RbEditor` use case.

 Inline Note

 Demonstrates a softer embedded usage with `Border=false`, `Rounded=false`, and `StatusBar=false`.

 Show code

 Inline note editing may prefer a lighter shell without outer border, rounded frame, or status bar.

 Email Composer

 Compose mail bodies, switch templates, and read back generated HTML when needed. This is the method-focused
 example for `SetValue` and `GetValue`.

 Show code

 Load Welcome Mail 

 Load Reminder Mail 

 Read HTML 

 Latest HTML 

 Colors

 Use `Color` to change the editor shell emphasis without changing the document content.

 Show code

 Interactive Color Selector

 Default 
 Primary 
 Secondary 
 Success 
 Warning 
 Danger 
 Info 

 `Color` changes the editor shell palette while the content stays the same.

 Release Notes

 Release note drafting benefits from structured rich text and a visually emphasized editor shell.

 Show code

 Release notes benefit from headings, bullet lists, and tables inside a single structured editing surface.

 Readonly Review

 Use `Readonly` when reviewers should inspect formatted content without editing it.

 Show code

 In review or approval steps, the document may need to stay readable with full formatting while editing is blocked.

 Disabled Preview

 Use `Disabled` when the document must stay visible but the editor should not accept interaction.

 Show code

 Some screens need to show prepared rich text while editing is fully blocked by state or permission.

 ✕

 Contents
