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 Name | Description |
---|
UseDivOnCarriageReturn | use <div > tags on enter keypress instead of <p></p>tags |
UseBROnCarriageReturn | use <br> tags on enter keypress instead of <p></p>tags |
UseParagrapOnCarriage | Enter 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 Name | Description |
---|
Div | use <div > tags on enter keypress instead of <p></p>tags |
Br | use <br> tags on enter keypress instead of <p></p>tags |
P | Enter key inserts new paragraph, Ctrl+Enter inserts <br> |
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