view:forEachLevel

When iterating over a view of a hierarchy, this tag makes it possible to repeat a certain text once for each "level". If this tag contains the text "*", then this tag will print out one "*" for each level that the iteration is doing.

Syntax
<view:forEachLevel
   startAt="..."?>
   ...
</view:forEachLevel>
Attributes
startAt

What level should we "start" at? If this is not specified, the root of the hierarchy will be used. If this is specified as a number, the number will be subtracted from the level, before iteration starts.