Re: Performance issue with certain pages since upgrading to 5.2

  •  08-08-2006, 3:37 PM

    Re: Performance issue with certain pages since upgrading to 5.2

    Thanks for the quick reply.

    I do not have XHTMLOutput set to true and the demo site does not display the problem.  Any idea you have would be appreciated.  I would hate to have to go back to 5.1.
    Thanks, Joe

    My settings are as follows:

    Dim editor, classArray
    Set editor = New CuteEditor
    editor.ID = fieldName
    editor.Text = FieldValue
    editor.FilesPath = "/CuteEditor_Files"
    editor.ImageGalleryPath = imageVirtual
    editor.MaxImageSize = 500
    editor.RemoveServerNamesFromUrl = true
    editor.FlashGalleryPath = imageVirtual
    editor.CustomAddons = "<img title=""Doubleknot Links""
    class=""CuteEditorButton"" onclick=""createLinkHelper1()"" type=""btn""
    src='/CuteEditor_Files/images/DKLink.gif' hspace=2 border=0 />"
    editor.AutoConfigure = "DKNOT_Full_noform"
    editor.TemplateGalleryPath = tempDir
    editor.EditorWysiwygModeCss = GetOrgStyleSheets(theCurrentOrg) & ",/javamenu/v3/blackBody.css"
    editor.Width = boxWidth
    editor.Height = boxHeight

    editor.Draw()

View Complete Thread