Browse Source

Pull request #2610: 无JIRA任务 pager默认值

Merge in VISUAL/fineui from ~WINDY/fui:master to master

* commit 'f598f3dea28202cedf4c33cf2b09d58202eccc1c':
  无JIRA任务 pager默认值
es6
windy 3 years ago
parent
commit
bea534fbc3
  1. 3
      src/base/pager/pager.js

3
src/base/pager/pager.js

@ -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,

Loading…
Cancel
Save