asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspxasp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspxasp 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
Adam: Please check the following article: Add uneditable regions to a Template From that article, it seems that the methods illustrated will only work in Normal mode, not in HTML mode. Is there a way to similarly restrict the corresponding sections of code in the HTML view? I've seen it in other editors so I'm sure it's possible, just a matter of how. Maybe a javascript that runs on HTML tab click, which would search for anything outside EditableRegion tags and surround them with SPAN's set as unselectable and contenteditable=false. Is this realistic/possible?
ywp: From that article, it seems that the methods illustrated will only work in Normal mode, not in HTML mode. Is there a way to similarly restrict the corresponding sections of code in the HTML view? I've seen it in other editors so I'm sure it's possible, just a matter of how. Maybe a javascript that runs on HTML tab click, which would search for anything outside EditableRegion tags and surround them with SPAN's set as unselectable and contenteditable=false. Is this realistic/possible?