Hello,
I am trying to use DotNetNuke TextEditor control in one of my modules. I have couple of text boxes and drop down lists on the module page along with the TextEditor. When I click on submit, I am able to retrieve the data entered for all other controls except the TextEditor data.
TextEditor control is set to RICH mode and no attributes specified ("<dnn:TextEditor ID='dnnText' runat='server'/>"). When I access Text property of the control on postback, I get an empty string. When the TextEditor is in basic mode, I get the text entered into the control. All other TextEditor instances placed by default in the DotNetNuke's various pages work fine.
I do not understand what the problem could be. I did not do any changes to the DotNetNuke's default installation settings. I need some help in sorting out the problem.
Thanks & Regards,
Ravi