CuteEditor for ASP 6.6 Class Library

Editor.XHTMLOutput Property

Retrieves the CuteEditor HTML content in XHTML format.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Retrieves the CuteEditor HTML content in XHTML format.
           editor.XHTMLOutput = true
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace