Rank: Advanced Member Groups: Member
Joined: 8/26/2021 Posts: 47
|
Using EO.web grid's paging functionality, If enable paging, it will show total pages (Ex: "25 Page(s)")in the lower left corner in the footer area.
Question is: how to customize the total pages string?? For example, originally it shows "25 Page(s)", I want to change it to "總共 25 頁".
How to do that?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, You would customize this message using this property: https://www.essentialobjects.com/doc/eo.web.grid.pagerlabeltemplateThe default value is
Code:
{var:total_pages} page(s):
You can change it to:
Code:
總共{var:total_pages}頁:
Hope this helps. Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 8/26/2021 Posts: 47
|
Thanks. It work great.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Great! Please feel free to let us know if you have any more questions.
|