Browse Source

样式&sign inital editor title

es6
Young 7 years ago
parent
commit
2605cbd61c
  1. 70670
      bi/base.js
  2. 24934
      bi/case.js
  3. 2
      bi/widget.js
  4. 70670
      docs/base.js
  5. 24934
      docs/case.js
  6. 18590
      docs/demo.js
  7. 2
      docs/widget.js
  8. 10
      src/case/editor/editor.sign.initial.js
  9. 2
      src/widget/filemanager/nav/button/button.nav.filemanager.js

70670
bi/base.js

File diff suppressed because it is too large Load Diff

24934
bi/case.js

File diff suppressed because it is too large Load Diff

2
bi/widget.js

@ -5306,7 +5306,7 @@ BI.FileManagerNavButton = BI.inherit(BI.Widget, {
_const: {
normal_color: "#ffffff",
select_color: "#f4f4f4"
select_color: "#eff1f4"
},
_defaultConfig: function () {
return BI.extend(BI.FileManagerNavButton.superclass._defaultConfig.apply(this, arguments), {

70670
docs/base.js

File diff suppressed because it is too large Load Diff

24934
docs/case.js

File diff suppressed because it is too large Load Diff

18590
docs/demo.js

File diff suppressed because one or more lines are too long

2
docs/widget.js

@ -5306,7 +5306,7 @@ BI.FileManagerNavButton = BI.inherit(BI.Widget, {
_const: {
normal_color: "#ffffff",
select_color: "#f4f4f4"
select_color: "#eff1f4"
},
_defaultConfig: function () {
return BI.extend(BI.FileManagerNavButton.superclass._defaultConfig.apply(this, arguments), {

10
src/case/editor/editor.sign.initial.js

@ -42,6 +42,8 @@ BI.SignInitialEditor = BI.inherit(BI.Widget, {
value: o.value || o.text,
validationChecker: o.validationChecker,
quitChecker: o.quitChecker,
title: o.title,
warningTitle: o.warningTitle,
mouseOut: o.mouseOut,
allowBlank: o.allowBlank,
watermark: o.watermark,
@ -114,6 +116,14 @@ BI.SignInitialEditor = BI.inherit(BI.Widget, {
return this.editor.isValid();
},
setTitle: function (title) {
this.editor.setTitle(title);
},
setWarningTitle: function (title) {
this.editor.setWarningTitle(title);
},
setErrorText: function (text) {
this.editor.setErrorText(text);
},

2
src/widget/filemanager/nav/button/button.nav.filemanager.js

@ -9,7 +9,7 @@ BI.FileManagerNavButton = BI.inherit(BI.Widget, {
_const: {
normal_color: "#ffffff",
select_color: "#f4f4f4"
select_color: "#eff1f4"
},
_defaultConfig: function () {
return BI.extend(BI.FileManagerNavButton.superclass._defaultConfig.apply(this, arguments), {

Loading…
Cancel
Save