Home  >  Article  >  CMS Tutorial  >  How to use the DreamWeaver system tag Pagelist

How to use the DreamWeaver system tag Pagelist

王林
王林Original
2019-11-07 10:10:442221browse

How to use the DreamWeaver system tag Pagelist

Tag:

Dreamweaver list pagingPagelist tag

Function description:

Represents a paginated page number list

Applicable scope:

List page template

Syntax:

{dede:pagelist listsize='3' listitem=''/}

Attribute description:

listsize 表示 [1][2][3] 这些项的长度 x 2
listitem 表示页码样式,可以把下面的值叠加
index  首页
pre 上一页
pageno 页码
next 下一页
end 末页
option 下拉跳转框

Example:

{dede:pagelist listsize='3' listitem='index pre pageno next end option'/}

Recommended tutorial:dedecms tutorial

The above is the detailed content of How to use the DreamWeaver system tag Pagelist. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn