function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ptepperptepper 

Rich Text editor disabled? Working in Sandbox, not in production server

Hi,

Anyone know if the Dojo rich text editor for input textareas has been disabled? That's the one that shows up when you set the richtext attribute to true. It has stopped working in my Production server, but it is still working in my sandbox.

I noticed that in the developer server Firebug catches 2 errors, neither of which show up in my sandbox:

dojo.render is undefined

dojo.js line 492
var drh=dojo.render.html;


and

this.lookupInput is null
servletIntegration?lid=01N7[...]
this.lookupInput.onkeyup = AutoComplete.prototype.onKeyUp;


thanks,
-paul


Message Edited by ptepper on 09-10-2008 12:49 PM
rawiswarrawiswar
any news?