Browse Source

显示不下三个点

es6
windy 7 years ago
parent
commit
ff77ac3b5b
  1. 4
      bi/widget.js
  2. 4
      dist/bundle.js
  3. 4
      dist/widget.js
  4. 4
      src/widget/multidate/multidate.segment.js

4
bi/widget.js

@ -7979,13 +7979,13 @@ BI.MultiDateSegment = BI.inherit(BI.Single, {
self.fireEvent(BI.Controller.EVENT_CHANGE, arguments);
});
this.textEditor = BI.createWidget({
type: 'bi.text_editor',
type: 'bi.sign_editor',
value: this.constants.defaultEditorValue,
title: function () {
return self.textEditor.getValue();
},
tipType: "success",
cls: 'bi-multidate-editor',
cls: 'bi-multidate-editor bi-border',
width: this.constants.textWidth,
height: this.constants.itemHeight
});

4
dist/bundle.js vendored

@ -83025,13 +83025,13 @@ BI.MultiDateSegment = BI.inherit(BI.Single, {
self.fireEvent(BI.Controller.EVENT_CHANGE, arguments);
});
this.textEditor = BI.createWidget({
type: 'bi.text_editor',
type: 'bi.sign_editor',
value: this.constants.defaultEditorValue,
title: function () {
return self.textEditor.getValue();
},
tipType: "success",
cls: 'bi-multidate-editor',
cls: 'bi-multidate-editor bi-border',
width: this.constants.textWidth,
height: this.constants.itemHeight
});

4
dist/widget.js vendored

@ -7979,13 +7979,13 @@ BI.MultiDateSegment = BI.inherit(BI.Single, {
self.fireEvent(BI.Controller.EVENT_CHANGE, arguments);
});
this.textEditor = BI.createWidget({
type: 'bi.text_editor',
type: 'bi.sign_editor',
value: this.constants.defaultEditorValue,
title: function () {
return self.textEditor.getValue();
},
tipType: "success",
cls: 'bi-multidate-editor',
cls: 'bi-multidate-editor bi-border',
width: this.constants.textWidth,
height: this.constants.itemHeight
});

4
src/widget/multidate/multidate.segment.js

@ -36,13 +36,13 @@ BI.MultiDateSegment = BI.inherit(BI.Single, {
self.fireEvent(BI.Controller.EVENT_CHANGE, arguments);
});
this.textEditor = BI.createWidget({
type: 'bi.text_editor',
type: 'bi.sign_editor',
value: this.constants.defaultEditorValue,
title: function () {
return self.textEditor.getValue();
},
tipType: "success",
cls: 'bi-multidate-editor',
cls: 'bi-multidate-editor bi-border',
width: this.constants.textWidth,
height: this.constants.itemHeight
});

Loading…
Cancel
Save