update editor v3

hotfix/远程访问多媒体中心
lmrwork 8 years ago
parent bbb9f8e5e0
commit c54146d1ab

@ -450,6 +450,9 @@
height: '560px',
//fileManagerJson:'/js/kcfinder/browse.php',
//allowFileManager:true,
afterCreate: function() {
editor.readonly(<?php echo(get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') === 'yes' ? 'true' : 'false'); ?>);
},
filterMode: false,
allowImageUpload: false,
items: [
@ -464,10 +467,6 @@
$("iframe.ke-edit-iframe").contents().find(".ke-content").css({"padding-right": "25px", "padding-top": "12px"});
}
});
//是否只使用构建工具
if ($('#PcAmp input').is(':checked')) {
editor.readonly(true);
}
});
//新闻日历
$(function () {

Loading…
Cancel
Save