-
Notifications
You must be signed in to change notification settings - Fork 2
Home
heycoder edited this page Sep 20, 2017
·
1 revision
Welcome to the mvcpager.core wiki!
| ParameterName | ValueType | DefaultValue |
|---|---|---|
| PageIndex | int | -- |
| PageSize | int | 10 |
| DataCount | int | -- |
| PageButtonCount | int | 10 |
| PageIndexParamName | string | pageindex |
| PagerClassName | string | pager |
| PagerStatusClassName | string | pagerstatus |
| CurrentPageClassName | string | currentpage |
| FirstPageButtonClassName | string | firstPage |
| LastPageButtonClassName | string | lastPage |
| PreGroupButtonClassName | string | pregroup |
| NextGroupButtonClassName | string | nextgroup |
| PrePageButtonClassName | string | prepage |
| NextPageButtonClassName | string | nextpage |
| GotoPageInputClassName | string | txtpage |
| GotoPageButtonClassName | string | btngotopage |
| GotoPageInputId | string | txtpage |
| GotoPageBtuttonText | string | 跳转 |
| FirstPageButtonText | string | 首页 |
| LastPageButtonText | string | 尾页 |
| PreGroupButtonText | string | 上一组 |
| NextGroupButtonText | string | 下一组 |
| PrePageButtonText | string | 上一页 |
| NextPageButtonText | string | 下一页 |
| ShowFirstLastPageButton | bool | true |
| ShowPreNextGroupButton | bool | true |
| ShowPreNextPageButton | bool | false |
| ShowPagerStatus | bool | false |
| ShowDataCount | bool | true |
| ShowGotoPanel | bool | true |
| ParamNameFormat | string | normal(normal,lower,upper) |
| DataCountTextFormat | string | 共{0}条数据 |
| PagerStatusTextFormat | string | 当前:{0}/{1} |
| CurrentPageInCenter | bool | true |
| RouteName | string | default |