官方地址:https://summernote.org/

 

html代码

<div class="summernote"  ></div>

 

 

js中

取值:

var str= $('#summernote').summernote('code');

 

 

整合thymeleaf标签实现动态赋值  说明参考:https://www.cnblogs.com/pxblog/p/14512619.html

 $('.summernote').summernote('code','[(${content.txt})]');

 

 

增加视频上传参考:https://www.cnblogs.com/pxblog/p/14302447.html

 

相关文章:

  • 2021-09-01
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2021-11-08
  • 2021-07-09
  • 2021-10-07
猜你喜欢
  • 2021-07-31
  • 2021-04-15
  • 2021-11-07
  • 2022-12-23
  • 2021-08-05
相关资源
相似解决方案