富文本编辑器summerNote

载入富文本:

$('.summernote').summernote({
height: 220,
tabsize: 2,
lang: 'zh-CN'
});

富文本获取内容:

$('.summernote').summernote('code');

富文本赋值:

$('.summernote').summernote('code', html);



原文地址:https://www.cnblogs.com/DennyZhao/p/10126471.html