I have a Dnn module that contains a Dnn text editor. I want to show that editor on 'Rich' mode only. I try:
<dnn:TextEditor runat="server" id="txtUpdate" Width="100%" DefaultMode="RICH" Mode="RICH"></dnn:TextEditor>
..but it doesn't work once I set Basic Text Box option.