Specify whether the content is readonly
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
'Specify whether the content is readonly.
editor.ReadOnly
= true
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace