我正在自定义 CKEditor 工具栏。我想添加IFrame,怎么做?
我尝试过的代码:
CKEDITOR.replace( 'editor1',{
toolbar :
[
['SpellChecker','Bold', 'Italic','Underline','Subscript','Superscript'],
['NumberedList','BulletedList','-','Blockquote','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['Link', 'Unlink','Anchor'] ,['Image','Flash','Table','HorizontalRule','SpecialChar','IFrame'],
'/',
['Styles','Format','Font','FontSize' ],
['TextColor','BGColor'],
['Maximize']
]
});