载入富文本:

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

富文本获取内容:

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

富文本赋值:

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

 



posted on 2018-12-16 14:23  zhaoqiang1980  阅读(156)  评论(0编辑  收藏  举报