PrintFullWebPage Property
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()
%>
See Also
Editor Class | CuteEditor Namespace