Browse Source

Merge pull request #384 in FUI/fineui from ~WINDY/fui:master to master

* commit '3a4c6e2933e104fbf3ac34d8ec556942efa580c9':
  BI-20237
es6
guy 6 years ago
parent
commit
b5bf953bf7
  1. 34
      dist/_fineui.min.js
  2. 1
      dist/bundle.js
  3. 34
      dist/bundle.min.js
  4. 1
      dist/case.js
  5. 1
      dist/fineui.js
  6. 34
      dist/fineui.min.js
  7. 1
      src/case/richeditor/niceditor/niceditor.js

34
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/bundle.js vendored

@ -83325,6 +83325,7 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
focus: function () {
this.setFocus(this.elm.element[0]);
this.nicCommand("selectAll");
},
blur: function () {

34
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/case.js vendored

@ -10869,6 +10869,7 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
focus: function () {
this.setFocus(this.elm.element[0]);
this.nicCommand("selectAll");
},
blur: function () {

1
dist/fineui.js vendored

@ -83568,6 +83568,7 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
focus: function () {
this.setFocus(this.elm.element[0]);
this.nicCommand("selectAll");
},
blur: function () {

34
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
src/case/richeditor/niceditor/niceditor.js

@ -254,6 +254,7 @@
focus: function () {
this.setFocus(this.elm.element[0]);
this.nicCommand("selectAll");
},
blur: function () {

Loading…
Cancel
Save