CKEditor没有为样式显示选项

时间:2015-06-02 09:29:35

标签: javascript ckeditor

在CKEditor中,当我打开字体大小,字体系列,格式,文本背景颜色,文本颜色并通过单击其打开按钮或任何其他编辑器按钮关闭它们时,它会删除这些控件的选项

我该如何解决这个问题

ERROR

CKEDITOR.replace( 'editLT', {
                                                        language: 'en',
                                                        toolbar:[['Source','-','Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo',
                                                                  'Format','Font','FontSize'],['TextColor','BGColor'],
                                                                  ['Bold','Italic','Underline','Strike', 'Subscript', 'Superscript','-','RemoveFormat','-',
                                                                   'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote',
                                                                   //'-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock',
                                                                   '-', 'Link','Unlink','-', 'Image','Table','HorizontalRule','SpecialChar']]
                                                       ,uiColor: '#cfd1cf'
                                                       ,height:300
                                                       ,image_previewText:' '
                                                    });

0 个答案:

没有答案