From 0c041c11e36e2fd3583bfd7665d2619f6bf7f25b Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 6 Apr 2017 19:00:41 +0800 Subject: [PATCH] add --- bi/base.js | 1 + bi/widget.js | 4 ++-- dist/base.js | 1 + dist/widget.js | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/bi/base.js b/bi/base.js index bd50dc576..887230249 100644 --- a/bi/base.js +++ b/bi/base.js @@ -17960,6 +17960,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { setValue: function (value) { this.content.element.val(value); + this._checkWaterMark(); }, setStyle: function (style) { diff --git a/bi/widget.js b/bi/widget.js index 52b58fb3b..27e06a1d8 100644 --- a/bi/widget.js +++ b/bi/widget.js @@ -5222,7 +5222,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, { direction: "top", element: this, logic: { - dynamic: true + dynamic: false }, type: "bi.navigation", tab: this.datePicker, @@ -5250,7 +5250,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, { var calendar = BI.createWidget({ type: "bi.calendar", logic: { - dynamic: true + dynamic: false }, min: this.options.min, max: this.options.max, diff --git a/dist/base.js b/dist/base.js index bd50dc576..887230249 100644 --- a/dist/base.js +++ b/dist/base.js @@ -17960,6 +17960,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { setValue: function (value) { this.content.element.val(value); + this._checkWaterMark(); }, setStyle: function (style) { diff --git a/dist/widget.js b/dist/widget.js index 52b58fb3b..27e06a1d8 100644 --- a/dist/widget.js +++ b/dist/widget.js @@ -5222,7 +5222,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, { direction: "top", element: this, logic: { - dynamic: true + dynamic: false }, type: "bi.navigation", tab: this.datePicker, @@ -5250,7 +5250,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, { var calendar = BI.createWidget({ type: "bi.calendar", logic: { - dynamic: true + dynamic: false }, min: this.options.min, max: this.options.max,