Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: how to disable "HTML Mode" in the bottom tab menu?thanks
Re: how to disable "HTML Mode" in the bottom tab menu?thanks
08-17-2010, 4:31 AM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: how to disable "HTML Mode" in the bottom tab menu?thanks
Reply
Quote
Hi gzpepco,
Set ShowHtmlMode="false"
<CE:Editor ID="editor1" runat="server"
S
h
owHtmlMode="false">
</CE:Editor>
Online demo
http://richtextbox.com/test/ShowHtmlMode.aspx
Regards,
ken
View Complete Thread