CuteEditor for ASP 6.6 Class Library

Editor.CodeViewTemplateItemList Property

The toolbar items used in the editor Code View going to this string. Example CodeViewTemplateItemList="Save,Print,Cut,Copy,Paste,Find,ToFullPage,FromFullPage,SelectAll


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Sets the toolbar items used in the editor Code View
           editor.CodeViewTemplateItemList = "Cut,Copy,Paste"
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace