|
|
|
|
@ -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 () {
|
|
|
|
|
|