CuteEditor for ASP 6.6 Class Library

Editor.DisableItemList Property

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

See Also

Editor Class | CuteEditor Namespace