guy 8 years ago
parent
commit
9e0851442c
  1. 4
      bi/base.js
  2. 1
      bi/case.js
  3. 4
      bi/widget.js
  4. 4
      docs/base.js
  5. 1
      docs/case.js
  6. 4
      docs/widget.js

4
bi/base.js

@ -15079,9 +15079,9 @@ BI.FloatBox = BI.inherit(BI.Widget, {
type: "bi.absolute",
items: [{
el: this._center,
left: 10,
left: 20,
top: 10,
right: 10,
right: 20,
bottom: 10
}]
}

1
bi/case.js

@ -12389,6 +12389,7 @@ BI.TextTrigger = BI.inherit(BI.Trigger, {
});
this.trigerButton = BI.createWidget({
type: "bi.trigger_icon_button",
cls: "bi-border-left",
width: c.triggerWidth
});

4
bi/widget.js

@ -12279,8 +12279,8 @@ BI.NumericalInterval = BI.inherit(BI.Single, {
var conf = BI.NumericalInterval.superclass._defaultConfig.apply(this, arguments)
return BI.extend(conf, {
extraCls: "bi-numerical-interval",
height: 25
height: 25,
validation: "valid"
})
},
_init: function () {

4
docs/base.js

@ -15079,9 +15079,9 @@ BI.FloatBox = BI.inherit(BI.Widget, {
type: "bi.absolute",
items: [{
el: this._center,
left: 10,
left: 20,
top: 10,
right: 10,
right: 20,
bottom: 10
}]
}

1
docs/case.js

@ -12389,6 +12389,7 @@ BI.TextTrigger = BI.inherit(BI.Trigger, {
});
this.trigerButton = BI.createWidget({
type: "bi.trigger_icon_button",
cls: "bi-border-left",
width: c.triggerWidth
});

4
docs/widget.js

@ -12279,8 +12279,8 @@ BI.NumericalInterval = BI.inherit(BI.Single, {
var conf = BI.NumericalInterval.superclass._defaultConfig.apply(this, arguments)
return BI.extend(conf, {
extraCls: "bi-numerical-interval",
height: 25
height: 25,
validation: "valid"
})
},
_init: function () {

Loading…
Cancel
Save