Specify the FullPage state when the page loads. If this property is set to true then the editor will resize to it's full size when the page loads.
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
'If this property is set to true then the editor will resize to it's full size when the page loads.
editor.FullPage
= true
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace