We have an aspx form with a textbox and and Editor control. We need to be able to disable the Editor control (and preferably remove the toolbars) in Javascript as a response to text being entered in the textbox. There's no enable/disable in the JS API.
Can this be done?