DESKTOP-49I29QK\zsmj 6 years ago
parent
commit
372ffe31ef
  1. 46
      dist/_fineui.min.js
  2. 73400
      dist/base.js
  3. 228224
      dist/bundle.js
  4. 34
      dist/bundle.min.js
  5. 17
      dist/case.js
  6. 228722
      dist/fineui.js
  7. 46
      dist/fineui.min.js
  8. 50847
      dist/widget.js

46
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

73400
dist/base.js vendored

File diff suppressed because it is too large Load Diff

228224
dist/bundle.js vendored

File diff suppressed because one or more lines are too long

34
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

17
dist/case.js vendored

@ -10673,11 +10673,6 @@ BI.RichEditorTextToolbar = BI.inherit(BI.Widget, {
editor: o.editor
});
}));
this.element.mousedown(function (e) {
BI.each(buttons, function (i, btn) {
btn.hideIf(e);
});
});
BI.createWidget({
type: "bi.left",
element: this,
@ -10799,6 +10794,10 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
return this.instance.getContent();
},
getContentHeight: function () {
return this.instance.getContentHeight();
},
getInstance: function () {
return this.instance;
},
@ -11008,6 +11007,10 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
return this.content;
},
getContentHeight: function () {
return this.elm.element.height();
},
setContent: function (e) {
this.content = e;
this.ne.fireEvent("set");
@ -11773,6 +11776,10 @@ BI.RichEditor = BI.inherit(BI.Widget, {
getValue: function () {
return this.editor.getValue();
},
getContentHeight: function () {
return this.editor.getContentHeight();
}
});
BI.RichEditor.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW";

228722
dist/fineui.js vendored

File diff suppressed because one or more lines are too long

46
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

50847
dist/widget.js vendored

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save