I get javascript error "Exception thrown and not caught" when I use CKEDITOR.replace('editor1'). But it just works fine when I just use class="ckeditor" for my textarea element.
If I cannot use replace or any other method, how can I customize my editor control?
If I cannot use replace or any other method, how can I customize my editor control?
Re: javascript error
the problem is I have to specify ID attribute as well if I specify runat="server" for the textarea element