ckeditor设置高度及宽度

<script type="text/javascript">

    $(function () {

        CKEDITOR.replace('txtContent', { height: '450px', width: '100%' });

    });

</script>

来源: 谢斌个人博客ckeditor设置高度及宽度
转载请以链接形式标明本文地址!本文地址:https://www.xb02.com/article/30
发表评论

发表评论