Rich Text Editor
Represents Rich Text Editor (WYSIWYG).
On this page
XML Configuration
Element name: rte
| Attribute Name | Type | Required | Default | Description |
| name | String | Yes | n / a | Variable name of user control. Which you can use whether in your template file, or in your extension. |
| friendlyName | String | No | n / a |
Control's friendly name displayed in CMS backend. |
<userControls>
<rte name="myrte" friendlyName="My Rich Text Editor"></rte>
</userControls>