%@ Page Language="vb" ValidateRequest="false" Debug="true" %> <%@ Register TagPrefix="editor" Assembly="WYSIWYGEditor" namespace="InnovaStudio" %>
In this example, the 'EditMode' property is set to "XHTMLBody" (which returns HTML Body content with XHTML rules applied). The default value of 'EditMode' property is "HTMLBody" (which returns HTML Body content without XHTML rules). Other values of 'EditMode' property are: "HTML" & "XHTML" (returns full HTML).
"XHTMLBody" and "XHTML" EditMode require IE5.5++. If opened by Netscape/Mozilla/Firefox the result would be the same as "HTMLBody" or "HTML" EditMode (without XHTML rules applied).