CuteEditor for ASP 6.6 Class Library

Editor.AllowEditServerSideCode Property

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()
      %>

See Also

Editor Class | CuteEditor Namespace