|
|
@ -7,7 +7,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, { |
|
|
|
_defaultConfig: function () { |
|
|
|
_defaultConfig: function () { |
|
|
|
return BI.extend(BI.AllCountPager.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
return BI.extend(BI.AllCountPager.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
extraCls: "bi-all-count-pager", |
|
|
|
extraCls: "bi-all-count-pager", |
|
|
|
height: 20, |
|
|
|
height: 24, |
|
|
|
pages: 1, // 必选项
|
|
|
|
pages: 1, // 必选项
|
|
|
|
curr: 1, // 初始化当前页, pages为数字时可用,
|
|
|
|
curr: 1, // 初始化当前页, pages为数字时可用,
|
|
|
|
count: 1 // 总行数
|
|
|
|
count: 1 // 总行数
|
|
|
|