The toolbar items needed to be disabled going to this string. Example DisableItemList="Bold, New, Delete"
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
'The toolbar items needed to be disabled going to this string.
editor.DisableItemList
= "Bold, New, Delete"
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace