Few Questions

Last post 08-05-2005, 5:55 PM by jmcwilliam. 5 replies.
Sort Posts: Previous Next
  •  11-24-2003, 11:55 AM 93

    Few Questions

    Hello,

    I have a few questions:

    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?

    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?

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

    Thanks,
    Tyson

  •  12-19-2004, 12:12 AM 3099 in reply to 93

    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>

  •  08-05-2005, 5:34 PM 9319 in reply to 3099

    Re: Few Questions

    I am running DotNetNuke 3.1 and I have the latest version as of 7/11/05 for DNN 3.1.  It works well, but I am getting some horrible issues when trying to use bulleted lists.  I have traced it to the issue of the break element.  If you go into a current block of text, whether it is free or in a div, regardless of whether or not you have your BreakElement set to br or div, and you hit enter, you get br's for each new line inside the current div.  If you then try and create a bulletted list out of any line in there, it makes the entire div the first element of the list.  I have found that if you use P for your BreakElement, everytime you you hit enter, you always get a new paragraph, and creating a bulletted list works as you would suspect. 
     
    The only problem is I have set my BreakElement to 'p' in my web.config, and it is being ignored.  It still uses 'div'.  Please help!
  •  08-05-2005, 5:47 PM 9320 in reply to 9319

    Re: Few Questions

    Are you using the version 4.0 or 3.0?
     
    Please note that this is the 3.0 support forum.
     
     

    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

  •  08-05-2005, 5:52 PM 9321 in reply to 9320

    Re: Few Questions

    I'm using the latest version, which is 4.5.  I found this issue via search and added to it, I'll repost in the 4.0 category.
  •  08-05-2005, 5:55 PM 9323 in reply to 9321

    Re: Few Questions

View as RSS news feed in XML