RadEditor can be switched into three different edit modes: Editable, Non Editable and No Permission.
 |
When the edit mode is changed using the [Pencil] button the EditableChanged event is raised. |
|
Note also that all properties can be set using inline HTML declaration, code-behind or the ConfigFile.xml file. |
You can see a live example that demonstrates how the HasPermission and Editable properties work here: Edit Modes Example.
See Also