Re: Few Questions

  •  12-19-2004, 12:12 AM

    Re: Few Questions

    Tyson,
     
    1) Does EnableStripScriptTags actually work?  This particular instance is for designers, so we need them to be able to add <script> tags.  I set this property to false it and still replaces my <script> tags.  Am I doing something wrong?
     
     Yes, please download the latest build version 3.0 or version4.0.
     
    2) If I paste in my source to a flash object, your control adds a whole lot of extra parameters in there that is making the flash not render properly.  Is there a property to tell the control to leave the flash html alone?
     
    CE only adds the necessary html code. If you have trouble with it, can you provide an example showing how to reproduce the issues?

    3) Is there a reason that carraige returns in Html mode act like <p> tags instead of line returns?

    In the version 3.0, BreakMode Enumeration determines what happens when the "enter" key is pressed in the editor.

    Member NameDescription
    UseDivOnCarriageReturnuse <div > tags on enter keypress instead of <p></p>tags
    UseBROnCarriageReturnuse <br> tags on enter keypress instead of <p></p>tags
    UseParagrapOnCarriageEnter key inserts new paragraph, Ctrl+Enter inserts <br>

    In the version 4.0, BreakElement Enumeration determines what happens when the "enter" key is pressed in the editor.

    Member NameDescription
    Divuse <div > tags on enter keypress instead of <p></p>tags
    Bruse <br> tags on enter keypress instead of <p></p>tags
    PEnter key inserts new paragraph, Ctrl+Enter inserts <br>

View Complete Thread