guy 7 years ago
parent
commit
0c041c11e3
  1. 1
      bi/base.js
  2. 4
      bi/widget.js
  3. 1
      dist/base.js
  4. 4
      dist/widget.js

1
bi/base.js

@ -17960,6 +17960,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
setValue: function (value) { setValue: function (value) {
this.content.element.val(value); this.content.element.val(value);
this._checkWaterMark();
}, },
setStyle: function (style) { setStyle: function (style) {

4
bi/widget.js

@ -5222,7 +5222,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, {
direction: "top", direction: "top",
element: this, element: this,
logic: { logic: {
dynamic: true dynamic: false
}, },
type: "bi.navigation", type: "bi.navigation",
tab: this.datePicker, tab: this.datePicker,
@ -5250,7 +5250,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, {
var calendar = BI.createWidget({ var calendar = BI.createWidget({
type: "bi.calendar", type: "bi.calendar",
logic: { logic: {
dynamic: true dynamic: false
}, },
min: this.options.min, min: this.options.min,
max: this.options.max, max: this.options.max,

1
dist/base.js vendored

@ -17960,6 +17960,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
setValue: function (value) { setValue: function (value) {
this.content.element.val(value); this.content.element.val(value);
this._checkWaterMark();
}, },
setStyle: function (style) { setStyle: function (style) {

4
dist/widget.js vendored

@ -5222,7 +5222,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, {
direction: "top", direction: "top",
element: this, element: this,
logic: { logic: {
dynamic: true dynamic: false
}, },
type: "bi.navigation", type: "bi.navigation",
tab: this.datePicker, tab: this.datePicker,
@ -5250,7 +5250,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, {
var calendar = BI.createWidget({ var calendar = BI.createWidget({
type: "bi.calendar", type: "bi.calendar",
logic: { logic: {
dynamic: true dynamic: false
}, },
min: this.options.min, min: this.options.min,
max: this.options.max, max: this.options.max,

Loading…
Cancel
Save