CuteEditor for ASP 6.6 Class Library

Editor.AutoParseClasses Property

Specify whether or not the Cute Editor should automagically parse the CSS classes from EditorWysiwygModeCss and populate all items into CssClass dropdown

This features is not supported yet.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID= "Editor1"
           'When Editor.AutoParseClasses Property is set to true, Cute Editor should automagically parse the CSS classes from EditorWysiwygModeCss and populate all items into CssClass dropdown.
           editor.AutoParseClasses = true
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace