`

CKEDITOR 取值

    博客分类:
  • js
阅读更多

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()
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics