lxweb/docs/chapter05/PaginationLabel.md
2025-04-22 17:21:18 +08:00

45 lines
764 B
Markdown

<div style="display: flex;">
<img src="http://121.8.219.2:18887/logo.png" height="30" />
<div style="margin-left: 5px; font-size: 30px; line-height: 30px; font-weight: bold;">梦想家内容管理系统</div>
</div>
----------
### Pagination显示分页标签
#### 适用版本
<p>
Previous_Releases_2.0.0 +
</p>
#### 名称
<p>
显示分页标签
</p>
#### 功能
<p>
该标签是用于在列表页面显示分页信息。一般该标签配合{dreamer-cms:pagelist}共同使用
</p>
#### 语法
```html?linenums
{dreamer-cms:pagination /}
```
#### 文件
```java?linenums
cc.iteachyou.cms.taglib.tags.PaginationTag
```
#### 参数
#### 底层字段
#### 范例
参照 [PageList文章分页标签](/chapter05/PageListLabel.md)
#### 效果