By default Cute Editor will print the content in the editing area only. When this property is set to true, Cute Editor will print the whole web page.
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
'When this property is set to true, Cute Editor will print the whole web page.
editor.PrintFullWebPage
= true
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace