0

i have an issue regarding to dnn text editor

<dnn:texteditor ID="Texteditor1"  runat="server" />

enter image description here when i change it mode from a basic text box to rich text box it doesnt change.

What can be possible solution.Please help.

Abhishek
  • 377
  • 2
  • 8
  • 23
  • Your picture already shows a rich text editor, is that what's loading by default? What happens if you click on "Rich Text Editor" then back to "Basic Text Box," does it switch to a basic editor? What version of DNN? – Chris Searles Jun 10 '13 at 13:58

1 Answers1

1

What version of DNN are you using? If you're using DNN7 you will want to make sure you are using the RadEditor controller, not FCK which it appears to be.

DNN7 doesn't work with the FCK Editor.

Chris Hammond
  • 8,873
  • 1
  • 26
  • 34