如何在不同的页面中设置CKEditor的高度和宽度

$(function () {
    CKEDITOR.replace('txtEditMsg', { height: '240px', width: '552px' });
});

你可能感兴趣的:(如何在不同的页面中设置CKEditor的高度和宽度)