Home > CMS Tutorial > DEDECMS > body text

How to use the DreamWeaver system tag Pagelist

王林
Release: 2019-11-07 10:10:44
Original
2220 people have browsed it

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=''/}
Copy after login

Attribute description:

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

Example:

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

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!