EditorWysiwygModeCss doesn't seem to do anything

Last post 02-11-2009, 1:52 PM by b.g.. 6 replies.
Sort Posts: Previous Next
  •  01-01-2009, 12:12 AM 47336

    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!
  •  01-01-2009, 12:27 PM 47344 in reply to 47336

    Re: EditorWysiwygModeCss doesn't seem to do anything

    After working with it further, it seems to be using the style sheet correctly, however, the classes don't show up in the Css Class menu. I suppose I could do that manually if need be, but with the style sheets being dynamic, it would be nice to see it happen automagically.
  •  01-01-2009, 4:15 PM 47346 in reply to 47344

    Re: EditorWysiwygModeCss doesn't seem to do anything

    Hi everyone I'm new here and I want to meet new people.Is there any nice people out there?
  •  01-05-2009, 3:29 AM 47397 in reply to 47336

    Re: EditorWysiwygModeCss doesn't seem to do anything

    Does...
     
    $editor->AutoParseClasses=true;
     
    ... work for anyone?
  •  01-05-2009, 9:34 AM 47410 in reply to 47397

    Re: EditorWysiwygModeCss doesn't seem to do anything

    AutoParseClasses only works for .NET version right now.
     
    You can add your own CSS Classes using the methods described in the following page: 
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  01-05-2009, 1:19 PM 47416 in reply to 47410

    Re: EditorWysiwygModeCss doesn't seem to do anything

    Ouch!!! Oh well... thanks for the info.
     
    Mike
  •  02-11-2009, 1:52 PM 48631 in reply to 47410

    Re: EditorWysiwygModeCss doesn't seem to do anything

    Is there an estimated time that the AutoParser will be made functional in the classic ASP version?
     
    Also, is it possible to use an absolute file reference for EditorWysiwygModeCss or are you restrictied to using a stylesheet that is in the same folder level as the page containing the editor?
View as RSS news feed in XML