By default Cute Editor doesn't allow edit the Server side code. When this property is set to true, Cute Editor will allow edit the Server side code.
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID=
"Editor1"
'When
Editor.AllowEditServerSideCode Property is set to true, Cute Editor will allow
edit the Server side code.
editor.AllowEditServerSideCode
= true
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace