This is a migrated thread and some comments may be shown as answers.

Hide the HTML and Preview options

1 Answer 186 Views
Editor
This is a migrated thread and some comments may be shown as answers.
vn
Top achievements
Rank 1
vn asked on 26 Aug 2008, 12:32 AM
Hi,

I can hide the HTML and Preview options the classic RadEdit control by setting the ShowHtmlMode and ShowPreviewMode properties to false.  Can I hide these feature in the new RadEdit for ASP.NET AJAX?  How?

Thank you,

Vincent

1 Answer, 1 is accepted

Sort by
0
vn
Top achievements
Rank 1
answered on 26 Aug 2008, 12:50 AM
I found the solution.  The property to show/hide Design, HTML and Preview options is called EditModes.

<
telerik:RadEditor ID="RadEditor1" runat="server" Skin="Office2007" BackColor="White" EnableResize="False" style="background-color:#FFFFFF" EditModes="Design, Html"/>

Tags
Editor
Asked by
vn
Top achievements
Rank 1
Answers by
vn
Top achievements
Rank 1
Share this question
or