History: PluginList pagination or list control block
Preview of version: 1
- «
- »
PluginList - list or pagination command
The LIST plugin will display 50 results by default. Depending on the output configuration, this may take some time to render, so you might want to decrease the visible amount of results to improve performance by using this plugin-like command in the LIST body content.
{list max="10"}
{pagination max="10"}
Additionally, the pagination control can have the following parameters:
- onclick
- offset_jsvar
- offset_arg to change the key used in the URL for pagination, useful when multiple lists are used within the same page
- max for the amounf of results per page
Note that this setting will take precedence over any maxRecords setting which is set in the query string, and that maxRecords in the query string will only apply if offset is set anyway, while the above setting will work always.