windy 6 years ago
parent
commit
d7acc52e94
  1. 36
      dist/_fineui.min.js
  2. 15
      dist/bundle.js
  3. 26
      dist/bundle.min.js
  4. 15
      dist/case.js
  5. 15
      dist/fineui.js
  6. 36
      dist/fineui.min.js
  7. 15
      src/case/richeditor/niceditor/niceditor.js

36
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

15
dist/bundle.js vendored

@ -83342,21 +83342,12 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
// this.setContent("<br />");
}
this.instanceDoc = document.defaultView;
this.elm.element.on("mousedown", BI.bind(function (e) {
console.log(1);
this.selected(e);
}, this));
this.elm.element.on("mousedown", BI.bind(this.selected, this));
this.elm.element.on("keyup", BI.bind(this.keyDown, this));
// this.elm.element.on("keydown", BI.bind(this.keyDown, this));
this.elm.element.on("focus", BI.bind(function (e) {
console.log(2);
this.selected(e);
}, this));
this.elm.element.on("focus", BI.bind(this.selected, this));
this.elm.element.on("blur", BI.bind(this.blur, this));
this.elm.element.on("keyup", BI.bind(function (e) {
console.log(3);
this.selected(e);
}, this));
this.elm.element.on("keyup", BI.bind(this.selected, this));
this.ne.fireEvent("add");
},

26
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

15
dist/case.js vendored

@ -10851,21 +10851,12 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
// this.setContent("<br />");
}
this.instanceDoc = document.defaultView;
this.elm.element.on("mousedown", BI.bind(function (e) {
console.log(1);
this.selected(e);
}, this));
this.elm.element.on("mousedown", BI.bind(this.selected, this));
this.elm.element.on("keyup", BI.bind(this.keyDown, this));
// this.elm.element.on("keydown", BI.bind(this.keyDown, this));
this.elm.element.on("focus", BI.bind(function (e) {
console.log(2);
this.selected(e);
}, this));
this.elm.element.on("focus", BI.bind(this.selected, this));
this.elm.element.on("blur", BI.bind(this.blur, this));
this.elm.element.on("keyup", BI.bind(function (e) {
console.log(3);
this.selected(e);
}, this));
this.elm.element.on("keyup", BI.bind(this.selected, this));
this.ne.fireEvent("add");
},

15
dist/fineui.js vendored

@ -83585,21 +83585,12 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
// this.setContent("<br />");
}
this.instanceDoc = document.defaultView;
this.elm.element.on("mousedown", BI.bind(function (e) {
console.log(1);
this.selected(e);
}, this));
this.elm.element.on("mousedown", BI.bind(this.selected, this));
this.elm.element.on("keyup", BI.bind(this.keyDown, this));
// this.elm.element.on("keydown", BI.bind(this.keyDown, this));
this.elm.element.on("focus", BI.bind(function (e) {
console.log(2);
this.selected(e);
}, this));
this.elm.element.on("focus", BI.bind(this.selected, this));
this.elm.element.on("blur", BI.bind(this.blur, this));
this.elm.element.on("keyup", BI.bind(function (e) {
console.log(3);
this.selected(e);
}, this));
this.elm.element.on("keyup", BI.bind(this.selected, this));
this.ne.fireEvent("add");
},

36
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

15
src/case/richeditor/niceditor/niceditor.js

@ -144,21 +144,12 @@
// this.setContent("<br />");
}
this.instanceDoc = document.defaultView;
this.elm.element.on("mousedown", BI.bind(function (e) {
console.log(1);
this.selected(e);
}, this));
this.elm.element.on("mousedown", BI.bind(this.selected, this));
this.elm.element.on("keyup", BI.bind(this.keyDown, this));
// this.elm.element.on("keydown", BI.bind(this.keyDown, this));
this.elm.element.on("focus", BI.bind(function (e) {
console.log(2);
this.selected(e);
}, this));
this.elm.element.on("focus", BI.bind(this.selected, this));
this.elm.element.on("blur", BI.bind(this.blur, this));
this.elm.element.on("keyup", BI.bind(function (e) {
console.log(3);
this.selected(e);
}, this));
this.elm.element.on("keyup", BI.bind(this.selected, this));
this.ne.fireEvent("add");
},

Loading…
Cancel
Save