ckeditor 的全屏功能怎么缺失了??

定个小目标 2014-06-25 11:25:56
代码如下
var editor, html = 'Hello,world!';

function createEditor() {
if ( editor )
return;

// Create a new editor ins ide the <div id="editor">, setting its value to html
var config = {
width : 610,
height : 300,
resize_enabled : false,
toolbar : [
['Cut','Copy','Paste','PasteText','PasteFromWord'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
'/',
['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['Link','Unlink','Anchor'],
['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],
'/',
['Styles','Format','Font','FontSize'],
['TextColor','BGColor'],
['Maxmize','ShowBlocks']
]};
editor = CKEDITOR.appendTo( 'editor', config, html );

ie里的编辑器没有全屏的按钮:

...全文
569 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
走在四季 2015-10-23
  • 打赏
  • 举报
回复
楼上说的对呀
mofubeyond6 2014-11-27
  • 打赏
  • 举报
回复
应为'Maximize' ,你写错了。
装逼之王 2014-06-25
  • 打赏
  • 举报
回复
谁知道IE抽啥风呢? 试试kindeditor

87,985

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 JavaScript
社区管理员
  • JavaScript
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧