CuteEditor for ASP 6.6 Class Library

Editor.ConvertHTMLTagstoLowercase Property

By default CuteEditor converts all HTML tags of the finally generated content to lower case. You can turn this feature off by setting this property to false.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'By default CuteEditor converts all HTML tags of the finally generated content to lower case. You can turn this feature off by setting this property to false.
           editor.ConvertHTMLTagstoLowercase = false
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace