diff --git a/bi/widget.js b/bi/widget.js index 827e92566..e57c6ea7e 100644 --- a/bi/widget.js +++ b/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 }); diff --git a/dist/bundle.js b/dist/bundle.js index 5a723d18c..30bb4ca7c 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -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 }); diff --git a/dist/widget.js b/dist/widget.js index 827e92566..e57c6ea7e 100644 --- a/dist/widget.js +++ b/dist/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 }); diff --git a/src/widget/multidate/multidate.segment.js b/src/widget/multidate/multidate.segment.js index f949c0f95..35c0f9da3 100644 --- a/src/widget/multidate/multidate.segment.js +++ b/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 });