how to use pagelist tool
1.Import prototype.js and pagelist.js
2.define pagelist show node and page content show node
init…
init…
3.define callback function getPage and new PageList
4.PageList.Slider parameters intorduce
parameters are:element, itemsPerPage, items, width, style, callback
element is the node id of where you wish to display the pagelist.
itemsPerPage is the page size.
items is the count of all your record.
width is display pages number.
style is the selected page’s style.
callback is the function of get content function.
No Tags

