attributes
name |
purpose |
type |
required? |
default |
choices |
auto |
If yes, the enclosed block is called once per item. If no the block is called once, and you must supply content tags to render all the items. |
boolean |
No |
yes |
|
dst |
The name to give to each item in the sequence. |
text |
No |
object |
|
fragment |
Option fragment to add to links. |
text |
No |
|
|
from |
Application |
application reference |
No |
|
|
page |
Current page to display (default retrieves page from the query string). |
expression |
No |
.request.GET.page or 1 |
|
pagesize |
Number of items in a page. |
expression |
No |
10 |
|
src |
Sequence to paginate. |
index |
Yes |
|
|
template |
Override widget template |
list of template paths |
No |
|
|