|
|
@ -9222,9 +9222,10 @@ BI.AllCountPager = BI.inherit(BI.Widget, { |
|
|
|
vgap: 0, |
|
|
|
vgap: 0, |
|
|
|
value: o.curr, |
|
|
|
value: o.curr, |
|
|
|
errorText: BI.i18nText("BI-Please_Input_Positive_Integer"), |
|
|
|
errorText: BI.i18nText("BI-Please_Input_Positive_Integer"), |
|
|
|
width: 30, |
|
|
|
width: 35, |
|
|
|
height: 20 |
|
|
|
height: 20 |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
this.pager = BI.createWidget({ |
|
|
|
this.pager = BI.createWidget({ |
|
|
|
type: "bi.pager", |
|
|
|
type: "bi.pager", |
|
|
|
width: 36, |
|
|
|
width: 36, |
|
|
@ -9310,7 +9311,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, { |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.center_adapt", |
|
|
|
type: "bi.center_adapt", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
columnSize: ["", 30, 40, 36], |
|
|
|
columnSize: ["", 35, 40, 36], |
|
|
|
items: [count, this.editor, this.allPages, this.pager] |
|
|
|
items: [count, this.editor, this.allPages, this.pager] |
|
|
|
}) |
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
|