Landscape mode in 5.1

Last post 07-19-2007, 4:20 AM by shh. 3 replies.
Sort Posts: Previous Next
  •  07-16-2007, 5:58 PM 31588

    Landscape mode in 5.1

    I'm using CuteEditor 5.1, and we need to be able to set the orientation to landscape mode, but I can't find a way to do that, and a search of the forums here (as well as a Google search) have yielded nothing.  Is it possible to do this?  And if so, how?

    Thank you!

  •  07-18-2007, 1:32 PM 31673 in reply to 31588

    Re: Landscape mode in 5.1

    Do you mean for printing or the physical size of the editor?
     
    all printing issues must be done through the web browser.  File -> Page Setup -> Orientation = Landscape
  •  07-18-2007, 6:32 PM 31679 in reply to 31673

    Re: Landscape mode in 5.1

    The physical size/layout of the editor, not printing.
  •  07-19-2007, 4:20 AM 31692 in reply to 31679

    Re: Landscape mode in 5.1


    Try this.
    It works for me.
     
    Dim editor
       Set editor = New CuteEditor
       editor.ID = "Editor1"
       editor.FilesPath = "CuteEditor_Files"
       editor.EditorBodyStyle = "font:normal 12px arial;"
       editor.EditorWysiwygModeCss = "asp.css"
       editor.SecurityPolicyFile = "Admin.config"
       editor.ThemeType = "Office2003_BlueTheme"
       editor.Height = 800
       editor.Width = 1280
       editor.Draw()
     
    /S
View as RSS news feed in XML