DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

AggregateToList

Callback (output-only) in order to show a detail view for aggregated data. So what you do is, you configure your detail view in a way that it would actually find more than one entry (altough, of course, a detail view only takes the first entry). Now apply this callback handler in order to collect all data that fits the configuration you specified (except the "limit 1" detail limitation) and create a list from that.

Keep in mind that the usual output field/column handler is taken, thus you might want to use specific settings here as well that get applied for all the found entries.

Furthermore you might want to use any kind of already known markers (see dbal/sWhereGet for examples) within the various wrappers.

sWrapSingle

String. Wrapper for every single row. Default and example:

<li>|</li>

sConcatenate

String. Connector for all (wrapped) single rows. Default is empty.

sWrap

String. Wrapper for the whole thing. Default and example:

<ul>|</ul>