guy 6 years ago
parent
commit
d2faea91b7
  1. 6
      dist/base.js
  2. 6
      dist/bundle.js
  3. 4
      dist/bundle.min.js
  4. 6
      dist/fineui.js
  5. 4
      dist/fineui.min.js
  6. 6
      dist/fineui_without_jquery_polyfill.js
  7. 2
      dist/utils.min.js
  8. 6
      src/base/layer/layer.popup.js

6
dist/base.js vendored

@ -5863,7 +5863,7 @@ BI.PopupView = BI.inherit(BI.Widget, {
maxWidth: "auto",
minWidth: 100,
// maxHeight: 200,
minHeight: 25,
minHeight: 24,
lgap: 0,
rgap: 0,
tgap: 0,
@ -6007,8 +6007,8 @@ BI.PopupView = BI.inherit(BI.Widget, {
resetHeight: function (h) {
var tbHeight = this.toolbar ? (this.toolbar.attr("height") || 24) : 0,
tabHeight = this.tab ? (this.tab.attr("height") || 25) : 0,
toolHeight = ((this.tool && this.tool.attr("height")) || 25) * ((this.tool && this.tool.isVisible()) ? 1 : 0);
tabHeight = this.tab ? (this.tab.attr("height") || 24) : 0,
toolHeight = ((this.tool && this.tool.attr("height")) || 24) * ((this.tool && this.tool.isVisible()) ? 1 : 0);
var resetHeight = h - tbHeight - tabHeight - toolHeight - 2 * this.options.innerVGap - 2;
this.view.resetHeight ? this.view.resetHeight(resetHeight) :
this.view.element.css({"max-height": resetHeight + "px"});

6
dist/bundle.js vendored

@ -41093,7 +41093,7 @@ BI.PopupView = BI.inherit(BI.Widget, {
maxWidth: "auto",
minWidth: 100,
// maxHeight: 200,
minHeight: 25,
minHeight: 24,
lgap: 0,
rgap: 0,
tgap: 0,
@ -41237,8 +41237,8 @@ BI.PopupView = BI.inherit(BI.Widget, {
resetHeight: function (h) {
var tbHeight = this.toolbar ? (this.toolbar.attr("height") || 24) : 0,
tabHeight = this.tab ? (this.tab.attr("height") || 25) : 0,
toolHeight = ((this.tool && this.tool.attr("height")) || 25) * ((this.tool && this.tool.isVisible()) ? 1 : 0);
tabHeight = this.tab ? (this.tab.attr("height") || 24) : 0,
toolHeight = ((this.tool && this.tool.attr("height")) || 24) * ((this.tool && this.tool.isVisible()) ? 1 : 0);
var resetHeight = h - tbHeight - tabHeight - toolHeight - 2 * this.options.innerVGap - 2;
this.view.resetHeight ? this.view.resetHeight(resetHeight) :
this.view.element.css({"max-height": resetHeight + "px"});

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/fineui.js vendored

@ -41334,7 +41334,7 @@ BI.PopupView = BI.inherit(BI.Widget, {
maxWidth: "auto",
minWidth: 100,
// maxHeight: 200,
minHeight: 25,
minHeight: 24,
lgap: 0,
rgap: 0,
tgap: 0,
@ -41478,8 +41478,8 @@ BI.PopupView = BI.inherit(BI.Widget, {
resetHeight: function (h) {
var tbHeight = this.toolbar ? (this.toolbar.attr("height") || 24) : 0,
tabHeight = this.tab ? (this.tab.attr("height") || 25) : 0,
toolHeight = ((this.tool && this.tool.attr("height")) || 25) * ((this.tool && this.tool.isVisible()) ? 1 : 0);
tabHeight = this.tab ? (this.tab.attr("height") || 24) : 0,
toolHeight = ((this.tool && this.tool.attr("height")) || 24) * ((this.tool && this.tool.isVisible()) ? 1 : 0);
var resetHeight = h - tbHeight - tabHeight - toolHeight - 2 * this.options.innerVGap - 2;
this.view.resetHeight ? this.view.resetHeight(resetHeight) :
this.view.element.css({"max-height": resetHeight + "px"});

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/fineui_without_jquery_polyfill.js vendored

@ -29719,7 +29719,7 @@ BI.PopupView = BI.inherit(BI.Widget, {
maxWidth: "auto",
minWidth: 100,
// maxHeight: 200,
minHeight: 25,
minHeight: 24,
lgap: 0,
rgap: 0,
tgap: 0,
@ -29863,8 +29863,8 @@ BI.PopupView = BI.inherit(BI.Widget, {
resetHeight: function (h) {
var tbHeight = this.toolbar ? (this.toolbar.attr("height") || 24) : 0,
tabHeight = this.tab ? (this.tab.attr("height") || 25) : 0,
toolHeight = ((this.tool && this.tool.attr("height")) || 25) * ((this.tool && this.tool.isVisible()) ? 1 : 0);
tabHeight = this.tab ? (this.tab.attr("height") || 24) : 0,
toolHeight = ((this.tool && this.tool.attr("height")) || 24) * ((this.tool && this.tool.isVisible()) ? 1 : 0);
var resetHeight = h - tbHeight - tabHeight - toolHeight - 2 * this.options.innerVGap - 2;
this.view.resetHeight ? this.view.resetHeight(resetHeight) :
this.view.element.css({"max-height": resetHeight + "px"});

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

6
src/base/layer/layer.popup.js

@ -10,7 +10,7 @@ BI.PopupView = BI.inherit(BI.Widget, {
maxWidth: "auto",
minWidth: 100,
// maxHeight: 200,
minHeight: 25,
minHeight: 24,
lgap: 0,
rgap: 0,
tgap: 0,
@ -154,8 +154,8 @@ BI.PopupView = BI.inherit(BI.Widget, {
resetHeight: function (h) {
var tbHeight = this.toolbar ? (this.toolbar.attr("height") || 24) : 0,
tabHeight = this.tab ? (this.tab.attr("height") || 25) : 0,
toolHeight = ((this.tool && this.tool.attr("height")) || 25) * ((this.tool && this.tool.isVisible()) ? 1 : 0);
tabHeight = this.tab ? (this.tab.attr("height") || 24) : 0,
toolHeight = ((this.tool && this.tool.attr("height")) || 24) * ((this.tool && this.tool.isVisible()) ? 1 : 0);
var resetHeight = h - tbHeight - tabHeight - toolHeight - 2 * this.options.innerVGap - 2;
this.view.resetHeight ? this.view.resetHeight(resetHeight) :
this.view.element.css({"max-height": resetHeight + "px"});

Loading…
Cancel
Save