|
|
|
@ -12,6 +12,8 @@ BI.Pager = BI.inherit(BI.Widget, {
|
|
|
|
|
behaviors: {}, |
|
|
|
|
layouts: [{ |
|
|
|
|
type: "bi.horizontal", |
|
|
|
|
hgap: 10, |
|
|
|
|
vgap: 0 |
|
|
|
|
}], |
|
|
|
|
|
|
|
|
|
dynamicShow: true, // 是否动态显示上一页、下一页、首页、尾页, 若为false,则指对其设置使能状态
|
|
|
|
@ -176,6 +178,7 @@ BI.Pager = BI.inherit(BI.Widget, {
|
|
|
|
|
items: BI.createItems(view, { |
|
|
|
|
cls: "bi-list-item-select bi-border-radius", |
|
|
|
|
height: 23, |
|
|
|
|
hgap: 10, |
|
|
|
|
stopPropagation: true |
|
|
|
|
}), |
|
|
|
|
behaviors: o.behaviors, |
|
|
|
|