ckeditor 配置

<textarea rows="50" cols="30" name="editor01" id='editor01'>请输入.</textarea>
<script type="text/javascript">//CKEDITOR.replace('editor01');
CKEDITOR.replace( 'editor01', {
uiColor: '#14B8C4',
width:700,
height:200

});
</script>

 

posted @ 2015-03-19 14:02  阿刻  阅读(124)  评论(0编辑  收藏  举报