|
|
@ -49787,7 +49787,7 @@ BI.shortcut("bi.el", BI.EL);// CodeMirror, copyright (c) by Marijn Haverbeke and |
|
|
|
BI.FormulaEditor = BI.inherit(BI.Single, { |
|
|
|
BI.FormulaEditor = BI.inherit(BI.Single, { |
|
|
|
_defaultConfig: function () { |
|
|
|
_defaultConfig: function () { |
|
|
|
return $.extend(BI.FormulaEditor.superclass._defaultConfig.apply(), { |
|
|
|
return $.extend(BI.FormulaEditor.superclass._defaultConfig.apply(), { |
|
|
|
baseCls: "bi-formula-editor bi-card", |
|
|
|
baseCls: "bi-formula-editor", |
|
|
|
watermark: "", |
|
|
|
watermark: "", |
|
|
|
value: "", |
|
|
|
value: "", |
|
|
|
fieldTextValueMap: {}, |
|
|
|
fieldTextValueMap: {}, |
|
|
@ -53969,7 +53969,7 @@ BI.shortcut("bi.multifile_editor", BI.MultifileEditor);/** |
|
|
|
BI.TextAreaEditor = BI.inherit(BI.Single, { |
|
|
|
BI.TextAreaEditor = BI.inherit(BI.Single, { |
|
|
|
_defaultConfig: function () { |
|
|
|
_defaultConfig: function () { |
|
|
|
return $.extend(BI.TextAreaEditor.superclass._defaultConfig.apply(), { |
|
|
|
return $.extend(BI.TextAreaEditor.superclass._defaultConfig.apply(), { |
|
|
|
baseCls: "bi-textarea-editor bi-card", |
|
|
|
baseCls: "bi-textarea-editor", |
|
|
|
value: "" |
|
|
|
value: "" |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
@ -83027,7 +83027,7 @@ BI.shortcut("bi.rich_editor_size_chooser", BI.RichEditorSizeChooser);/** |
|
|
|
BI.RichEditor = BI.inherit(BI.Widget, { |
|
|
|
BI.RichEditor = BI.inherit(BI.Widget, { |
|
|
|
_defaultConfig: function () { |
|
|
|
_defaultConfig: function () { |
|
|
|
return BI.extend(BI.RichEditor.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
return BI.extend(BI.RichEditor.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
baseCls: "bi-rich-editor bi-card", |
|
|
|
baseCls: "bi-rich-editor", |
|
|
|
toolbar: {} |
|
|
|
toolbar: {} |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|