Browse Source

无JIRA任务 text_editor的边框高亮

es6
windy 6 years ago
parent
commit
67ac0d849c
  1. 2
      dist/bundle.ie.js
  2. 8
      dist/bundle.ie.min.js
  3. 2
      dist/bundle.js
  4. 6
      dist/bundle.min.js
  5. 2
      dist/fineui.ie.js
  6. 8
      dist/fineui.ie.min.js
  7. 2
      dist/fineui.js
  8. 6
      dist/fineui.min.js
  9. 2
      dist/fineui_without_jquery_polyfill.js
  10. 2
      dist/utils.min.js
  11. 2
      dist/widget.js
  12. 2
      src/widget/editor/editor.text.js

2
dist/bundle.ie.js vendored

@ -63979,7 +63979,7 @@ BI.TextEditor = BI.inherit(BI.Widget, {
_defaultConfig: function () {
var conf = BI.TextEditor.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
extraCls: "bi-text-editor bi-border",
extraCls: "bi-text-editor bi-border bi-focus-shadow",
hgap: 4,
vgap: 2,
lgap: 0,

8
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.js vendored

@ -64383,7 +64383,7 @@ BI.TextEditor = BI.inherit(BI.Widget, {
_defaultConfig: function () {
var conf = BI.TextEditor.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
extraCls: "bi-text-editor bi-border",
extraCls: "bi-text-editor bi-border bi-focus-shadow",
hgap: 4,
vgap: 2,
lgap: 0,

6
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.ie.js vendored

@ -64221,7 +64221,7 @@ BI.TextEditor = BI.inherit(BI.Widget, {
_defaultConfig: function () {
var conf = BI.TextEditor.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
extraCls: "bi-text-editor bi-border",
extraCls: "bi-text-editor bi-border bi-focus-shadow",
hgap: 4,
vgap: 2,
lgap: 0,

8
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.js vendored

@ -64625,7 +64625,7 @@ BI.TextEditor = BI.inherit(BI.Widget, {
_defaultConfig: function () {
var conf = BI.TextEditor.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
extraCls: "bi-text-editor bi-border",
extraCls: "bi-text-editor bi-border bi-focus-shadow",
hgap: 4,
vgap: 2,
lgap: 0,

6
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui_without_jquery_polyfill.js vendored

@ -47444,7 +47444,7 @@ BI.TextEditor = BI.inherit(BI.Widget, {
_defaultConfig: function () {
var conf = BI.TextEditor.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
extraCls: "bi-text-editor bi-border",
extraCls: "bi-text-editor bi-border bi-focus-shadow",
hgap: 4,
vgap: 2,
lgap: 0,

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/widget.js vendored

@ -4981,7 +4981,7 @@ BI.TextEditor = BI.inherit(BI.Widget, {
_defaultConfig: function () {
var conf = BI.TextEditor.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
extraCls: "bi-text-editor bi-border",
extraCls: "bi-text-editor bi-border bi-focus-shadow",
hgap: 4,
vgap: 2,
lgap: 0,

2
src/widget/editor/editor.text.js

@ -7,7 +7,7 @@ BI.TextEditor = BI.inherit(BI.Widget, {
_defaultConfig: function () {
var conf = BI.TextEditor.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
extraCls: "bi-text-editor bi-border",
extraCls: "bi-text-editor bi-border bi-focus-shadow",
hgap: 4,
vgap: 2,
lgap: 0,

Loading…
Cancel
Save