4 Answers, 1 is accepted
0
Hi Altaf,
You should set EditModes="Html" and this will do the trick:
<telerik:RadEditor EditModes="Html"
ID="RadEditor1"
runat="server">
</telerik:RadEditor>
Best regards,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
You should set EditModes="Html" and this will do the trick:
<telerik:RadEditor EditModes="Html"
ID="RadEditor1"
runat="server">
</telerik:RadEditor>
Best regards,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
altaf
Top achievements
Rank 1
answered on 27 Jun 2008, 10:59 AM
thanks.
radEditor1. EditModes="Html"
has done my work but now i want to make visible = false to the design view button.
this is possible??
regards
radEditor1. EditModes="Html"
has done my work but now i want to make visible = false to the design view button.
this is possible??
regards
0
Hi Altaf,
You can hide the Preview, Html and Design buttons only using the EditModes enum property. You can find more information here and here. The three buttons do not offer Visible property.
All the best,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
You can hide the Preview, Html and Design buttons only using the EditModes enum property. You can find more information here and here. The three buttons do not offer Visible property.
All the best,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
altaf
Top achievements
Rank 1
answered on 27 Jun 2008, 11:57 AM
thanks.
it has solved my problem.
it has solved my problem.
