Welcome Guest Search | Active Topics | Sign In | Register

Editor behave like textbox? Options
Stephen Kemsley
Posted: Thursday, May 13, 2010 5:57:16 AM
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
eo_support
Posted: Thursday, May 13, 2010 8:28:06 AM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.