What is wrong with this code?
The toolbar for the Comments text area remains as the default and does not change according to the script.
<TD COLSPAN="3">
<script type="text/javascript">
CKEDITOR.replace( 'Comments',
{
toolbar :
[
['Bold','Italic'],
'/',
['Styles','Format','Font','FontSize']
]
});
</script>
<TEXTAREA CLASS="valueEditable ckeditor" NAME="Comments" ID="Comments" ROWS="12" COLS="60" WRAP="SOFT" onChanged="markDirty()"></TEXTAREA>
</TD>The toolbar for the Comments text area remains as the default and does not change according to the script.

Re: Can't change the toolbar in page