|
|
|
@ -56417,7 +56417,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
|
|
|
|
|
_defaultConfig: function () { |
|
|
|
|
return BI.extend(BI.AllCountPager.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
|
extraCls: "bi-all-count-pager", |
|
|
|
|
height: 30, |
|
|
|
|
height: 20, |
|
|
|
|
pages: 1, // 必选项
|
|
|
|
|
curr: 1, // 初始化当前页, pages为数字时可用,
|
|
|
|
|
count: 1 // 总行数
|
|
|
|
@ -56437,7 +56437,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
|
|
|
|
|
value: o.curr, |
|
|
|
|
errorText: BI.i18nText("BI-Please_Input_Positive_Integer"), |
|
|
|
|
width: 35, |
|
|
|
|
height: 20 |
|
|
|
|
height: 16 |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
this.pager = BI.createWidget({ |
|
|
|
@ -56587,7 +56587,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
|
|
|
|
|
_defaultConfig: function () { |
|
|
|
|
return BI.extend(BI.DirectionPager.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
|
baseCls: "bi-direction-pager", |
|
|
|
|
height: 30, |
|
|
|
|
height: 20, |
|
|
|
|
horizontal: { |
|
|
|
|
pages: false, // 总页数
|
|
|
|
|
curr: 1, // 初始化当前页, pages为数字时可用
|
|
|
|
@ -56620,19 +56620,19 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
|
|
|
|
|
element: this, |
|
|
|
|
items: [{ |
|
|
|
|
el: this.vpager, |
|
|
|
|
top: 5, |
|
|
|
|
top: 0, |
|
|
|
|
right: 74 |
|
|
|
|
}, { |
|
|
|
|
el: this.vlabel, |
|
|
|
|
top: 5, |
|
|
|
|
top: 0, |
|
|
|
|
right: 111 |
|
|
|
|
}, { |
|
|
|
|
el: this.hpager, |
|
|
|
|
top: 5, |
|
|
|
|
top: 0, |
|
|
|
|
right: -9 |
|
|
|
|
}, { |
|
|
|
|
el: this.hlabel, |
|
|
|
|
top: 5, |
|
|
|
|
top: 0, |
|
|
|
|
right: 28 |
|
|
|
|
}] |
|
|
|
|
}); |
|
|
|
|