The forum operates in read-only mode. Please head to StackOverflow for support.
CKEDITOR.replace('editor1', { toolbar: [ ['Source', '-'], ['Format', 'Font', 'FontSize', 'TextColor'], ['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link'], ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord'], ['Undo', 'Redo', '-', 'Find', 'Replace', '-', 'SelectAll', 'RemoveFormat'], ['Checkbox', 'Radio'], ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'], ['Image', 'HorizontalRule', 'Smiley', 'SpecialChar'] ] });
Re: Issue launching in IE8
Are you using the samples?
Re: Issue launching in IE8
CKEDITOR.replace('editor1', { toolbar: [ ['Source', '-'], ['Format', 'Font', 'FontSize', 'TextColor'], ['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link'], ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord'], ['Undo', 'Redo', '-', 'Find', 'Replace', '-', 'SelectAll', 'RemoveFormat'], ['Checkbox', 'Radio'], ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'], ['Image', 'HorizontalRule', 'Smiley', 'SpecialChar'] ] });That, however, is not the whole story. I also get the same error if I use the following:
CKEDITOR.replace('editor1', { toolbar : 'Basic' });
Any ideas?