Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: How to make some text in HTML tab not editable
Re: How to make some text in HTML tab not editable
07-15-2010, 4:33 PM
Eric
Joined on 08-05-2009
Posts 1,269
Re: How to make some text in HTML tab not editable
Reply
Quote
CuteEditor can run in .net framework 1.x, 2.0, and 3.5.
If you do not want to let user edit some content, you can use these two attributes:
CONTENTEDITABLE
and
UNSELECTABLE.
Detailed document can be found in
http://cutesoft.net/developer+guide/scr/Add-uneditable-regions-to-a-Template.htm
. User still can edit html code when switch to "HTML" unless you hide "HTML" mode tab.
Regards,
Eric
View Complete Thread