Forums:
Hi All,
I've got a page with two editors on it. Both are textareas with different names. In Firefox, both editors render based on the toobar configuration I set up. Yet the second editor is uneditable. In IE, both editors render with a toolbar not configured. It's as if it's using the a default toolbar. And, as in Firefox, the second editor is uneditable. In config.js I have:
config.toolbar_Basic = [['Bold', 'Italic'], ['Cut', 'Copy', 'Paste', '-', 'Undo', 'Redo']];
I set up the editors like this:
CKEDITOR.replace( 'introInput',{width: '600', height: '400', uiColor: '#0077AA', toolbar: 'Basic'});
CKEDITOR.replace( 'mailbody',{width: '600', height: '400', uiColor: '#0077AA', toolbar: 'Basic'});
Any help would be greatly appreciated.
Thanks.