mirror of https://gitee.com/y_project/RuoYi.git
代码生成富文本默认dialogsInBody属性
parent
eed4caa44f
commit
9d83ffab2a
|
@ -238,6 +238,7 @@
|
|||
$(function() {
|
||||
$('.summernote').summernote({
|
||||
lang: 'zh-CN',
|
||||
dialogsInBody: true,
|
||||
callbacks: {
|
||||
onChange: function(contents, $edittable) {
|
||||
$("input[name='" + this.id + "']").val(contents);
|
||||
|
|
|
@ -245,6 +245,7 @@
|
|||
$('.summernote').each(function(i) {
|
||||
$('#' + this.id).summernote({
|
||||
lang: 'zh-CN',
|
||||
dialogsInBody: true,
|
||||
callbacks: {
|
||||
onChange: function(contents, $edittable) {
|
||||
$("input[name='" + this.id + "']").val(contents);
|
||||
|
|
Loading…
Reference in New Issue