Question on Mac and Safari

  •  02-13-2006, 8:27 PM

    Question on Mac and Safari

    I have CuteEditor v 4.2 loaded and I have a user that is running Mac's Tiger OS & Safari 2.0. The user can only see the text box, but none of the buttons or dropdowns.
     
    Any ideas?
     
    Here is the code I have integrated:
    Code

    <%

     

     

    dim content

    content=pagebody

     

     

    editor.ID = "Editor1"

    editor.Text = content

    editor.FilesPath = "CuteEditor_Files"

    editor.AutoConfigure = "EnableAll"

    editor.DisableItemList = "Save, CleanCode, ToFullPage, InsertParagraph, InsertTemplate, InsertRowTop, InsertRowBottom, DeleteRow, InsertColumnLeft, InsertColumnRight, DeleteColumn, InsertCell, DeleteCell, EditRow, EditCell, MergeRight, MergeBottom, HorSplitCell, VerSplitCell, InsertForm, InsertTextBox, InsertInputText, InsertInputPassword, InsertInputhidden, InsertListBox, InsertDropDown, InsertRadioBox, InsertCheckBox, InsertInputImage, InsertInputSubmit, InsertInputReset, InsertInputButton, RemoveFormat, Subscript, Superscript, InsertAnchor, AbsolutePosition, BringForward, BringBackward, ToggleBorder, DocumentPropertyPage, CssStyle, Links, Codes, Images, Zoom"

    editor.StyleDropDownMenuNames = temp_styledropdownMenuNames

    editor.StyleDropDownMenuList = temp_styledropdownMenuList

    editor.CodeSnippetDropDownMenuNames = temp_snippetDropDownMenuNames

    editor.CodeSnippetDropDownMenuList = temp_snippetDropDownMenuList

    editor.ImagesDropDownMenuNames = temp_imagesDropDownMenuNames

    editor.ImagesDropDownMenuList = temp_imagesDropDownMenuList

    editor.LinksDropDownMenuNames = temp_linksDropDownMenuNames

    editor.LinksDropDownMenuList = temp_linksDropDownMenuList

    editor.EditorBodyStyle = "table { font:normal 12px arial; }"

    editor.EditorWysiwygModeCss = "asp.css"

     

     

    editor.Draw()

     

     

     

    %>


    Thanks,
    Brandon
View Complete Thread