EditorWysiwygModeCss doesn't seem to do anything

  •  01-01-2009, 12:12 AM

    EditorWysiwygModeCss doesn't seem to do anything

    Here's a snippet...
     
    $editor=new CuteEditor();
    $editor->ID="Editor1";
    $editor->AutoParseClasses=true;
    $editor->EditorWysiwygModeCss="admin.css";
     
    I'm expecting it to use the admin.css css file for the text that's being edited. I would also expect the "CSS Class" menu to pick these up. Neither works. Even if I edit the HTML directly to set classes, I can see they're not being picked up. I've also tried relative and absolute paths to the css file to no avail.
     
    This is on a Vista64 system with IIS, PHP, MySQL.
     
    Is there something I'm missing?
     
    Thanks in advance!
View Complete Thread