CKEDITOR常用配置及过滤bug

2014-07-18 00:00:00 by 【6yang】, 514 visits, 收藏 | 返回
var editor = CKEDITOR.replace('blogcontent', {
            width: '98%',
            height: '300',
            uiColor : '#cccccc',
            allowedContent: true,
            enterMode: CKEDITOR.ENTER_BR,
            shiftEnterMode: CKEDITOR.ENTER_P,
            startupMode : 'source'
        });
分享到:
share

    图片原图

    loading

    loading