How to clear the text of dnn:textEditor control?
Last Post 02/08/2011 7:07 AM by Patrick Driscoll. 0 Replies.
Author Messages
Patrick Driscoll
Nuke Newbie
Nuke Newbie
Posts:5


--
02/08/2011 7:07 AM  
I'm working on a site in version 5.05 and cannot for the life of me figure out how to programmatically clear the text of the TextEditor. I've tried TextEditorCtl.Text = ''; and I've also tried the Google suggestion of TextEditor.RichText = '';. The RichText property is now read-only. Do I need to call some kind of client script?


---