Rank: Member Groups: Member
Joined: 11/23/2009 Posts: 27
|
Hi,
Is it possible to have an Editor to behave as a standard asp textbox, so treat text as supplied and not add any html etc. I've recently implemented the editor control for a client who may want it back as a texbox! so trying to save some unravelling time.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
It's possible to lock the Editor into HTML mode (so that they can enter raw HTML directly) by setting the Editor's ActiveMode to HTML and also DesignTabButtonText to empty. However user will still be able to enter raw HTML and they will see the disabled toolbar. So it might be easier for you just to put a real asp:TextBox there.
Thanks!
|