Css Class and AutoConfgure Toolbar

  •  10-10-2010, 1:17 PM

    Css Class and AutoConfgure Toolbar

    1. Css Class drop down issue:
    I'm referencing an external css file via

    1. $editor->EditorWysiwygModeCss="../../css/css.css";    
    2. $editor->CssClassStyleDropDownMenuNames="Bold Text8,Bold Text9";    
    3. $editor->CssClassStyleDropDownMenuList="boldtext8,boldtext9";    

    It correctly displays these styles in the editor textarea when applied.  However, in the Css Class drop down, the listed items are not styled to match the css file (They do appear, but they are not shown with style themselves).  How do I get the class drop down to show the formatted text as well when referencing an exteral css file?

    2. AutoConfigure Toolbar for HTML view
    I've created a custom file, mnw_full.config in the Autoconfigure folder.  I'm calling upon it via

    1. $editor->AutoConfigure="mnw_full";   

    The Normal view correctly displays the icons from this file.  However, my customizations in the <codeviewToolbars> section are completely ignored.  It's always showing the same default icons.  What am I missing?

View Complete Thread