MODX Cloud

The Most Productive MODX Learning Playground Ever

Claim Free Lab Account

bdListings.bdPriceGroups

Version 1 by Mark Hamstra
on Nov 07, 2011 09:00.

compared with
Current by Mark Hamstra
on Nov 18, 2011 15:36.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
|| Property Name \\ || Description \\ || Default Value \\ ||
| limit \\ | Limit the amount of results. \\ | 0 \\ |
| start \\ offset | Offset to start at. \\ | 0 \\ |
| sortby \\ | Field to sort on. Can be sortorder, id or name. \\ | sortorder \\ |
| sortdir \\ | Direction to sort on. Either asc or desc. \\ | asc \\ |
| tplOuter \\ | Chunkname to wrap the complete result set in. \\
Default: \\
\\ {code}
<h2>Price Groups</h2>
<ul>
| tplRow \\ | Chunk name to wrap individual target groups in. \\
Default: \\
\\ {code}
<li>[[+display]]</li>
{code}