Editor
A rich text editor component with comprehensive formatting capabilities. Features customizable toolbar with text formatting options, alignment controls, heading styles, and full-screen mode. Supports customizable appearance with various toolbar styling options.
Extends: fieldComponent
Fields
Name | Code | Data Type | Description |
|---|---|---|---|
Height |
| text | Sets the height of the editor container |
Push Toolbar |
| boolean | Applies a pushed-in appearance to toolbar buttons |
Tool Bar Outline |
| boolean | Applies an outlined style to the toolbar |
Rounded Toolbar |
| boolean | Applies rounded corners to the toolbar |
Toolbar Text Color |
| text | Sets the color of text in the toolbar |
Toolbar Toggle Color |
| text | Sets the color of toggle buttons in the toolbar |
Toolbar Background Color |
| text | Sets the background color of the toolbar |
Square |
| boolean | Applies square corners to the editor |
Flat |
| boolean | Removes elevation from the toolbar |
Label |
| multi-locale | Display label for the editor |
ID |
| text | Unique identifier for the component |
Style Classes |
| text | CSS classes for styling |
Width |
| text | Controls component width |
Value |
| text | Editor content value |
Visible |
| boolean | Controls component visibility |
Enabled |
| boolean | Controls whether component is enabled |
Field Style |
| text | Additional field styling options |
Style |
| text | Custom inline styles |
Methods
Name | Description |
|---|---|
| Processes incoming value changes for the editor |
| Formats editor content value for output |
Events
Name | Description |
|---|---|
| Triggered when the editor content changes |
| Triggered when the editor loses focus |
| Triggered when the editor gains focus |