CuteEditor for ASP 6.6 Class Library

Editor.TemplateItemList Property

Gets or sets the template or layout to use for the toolbars.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Gets or sets the template or layout to use for the toolbars.
           editor.TemplateItemList = "Bold, Italic, Underline"
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace