代码生成富文本默认dialogsInBody属性
This commit is contained in:
@ -238,6 +238,7 @@
|
||||
$(function() {
|
||||
$('.summernote').summernote({
|
||||
lang: 'zh-CN',
|
||||
dialogsInBody: true,
|
||||
callbacks: {
|
||||
onChange: function(contents, $edittable) {
|
||||
$("input[name='" + this.id + "']").val(contents);
|
||||
|
Reference in New Issue
Block a user