Scoped translations
The List smartlet uses three scoped translations:
QueryBuilder
Described here.
lst_format
Determines the formatting of the list.
Name | Type | Description |
---|---|---|
table | DataTable | An SXMLDataTable to be displayed. |
skip | Integer | The number of rows to be skipped during formatting. |
size | Integer | The maximum number of items to be displayed. |
class | String | CSS class to be added to the outer element of the lists. |
PagingStrip
Displays the paging links. The default implementation displays the first, previous, next and last links as well as up to six numbered page links, three to each side of the current page.
Name | Type | Description |
---|---|---|
currentpage | Integer | The current page number |
lastpage | Integer | The total number of pages |
paramprefix | String | The prefix used by the paging macro for query parameters. Use the query parameter name <prefix>_page to pass the page number in a link. |
url | Locator | Base url used for paging links. |
firstlink | String | Text for the link to the first page. |
prevlink | String | Text for the link to the previous page. |
nextlink | String | Text for the link to the next page. |
lastlink | String | Text for the link to the last page. |