Re: Start in Previewmode

  •  05-02-2008, 3:44 PM

    Re: Start in Previewmode

    When I use the "ActiveTab" modifier I get this error:
     
    Object doesn't support this property or method: 'ActiveTab'
     
    Here's my code:
     
    Set editor = New CuteEditor
    editor.ID = "Editor1"
    editor.Text = MessageField
    editor.FilesPath = "editor/files" editor.ImageGalleryPath = "/accounts/" & session("AccountID") & "/uploads"
    editor.MaxImageSize = 50
    editor.AutoConfigure = "Minimal"
    editor.Width = 740
    editor.Height = 500
    editor.ReadOnly = true
    editor.DisableItemList = "Bold, Italic, Underline, JustifyLeft, JustifyCenter, JustifyRight, separator"
    editor.ActiveTab = "Preview"
    'editor.ShowBottomBar = false
    editor.Draw()
     
    ANy ideas?
     
    Thanks in advance...Rudy
View Complete Thread