CKEDITOR 取值 :
var courseContent = CKEDITOR.replace('courseContent', {
skin : 'office2003',
toolbar : [
[ 'Bold', 'Italic', 'Underline', 'Strike', '-',
'Subscript', 'Superscript' ],
[ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent',
'Blockquote' ],
[ 'JustifyLeft', 'JustifyCenter', 'JustifyRight',
'JustifyBlock' ] ]
});
取值:
1.courseContent.document.getBody().getHtml()
2.courseContent.getData()
1255

被折叠的 条评论
为什么被折叠?



