ChildRenderer
The ChildRenderer control renders all items that are children of the item that you specify in the DataSource property. It is a pure server-side control, and you cannot use data binding or JavaScript.
It renders items as they are, so the items need to have layouts assigned. If you use SPEAK components to render the items, these SPEAK components are rendered just as any other SPEAK components, and they work in the same way.
Properties
|
Name |
Description |
Default |
|---|---|---|
|
Appearance | ||
|
After |
Specify an HTML fragment that the control inserts after each item. |
</div> |
|
Before |
Specify an HTML fragment that the control inserts before each item. |
<div> |
|
Behavior | ||
|
UsePlaceholders |
If True, the control uses placeholders when it renders items. If False, it renders items as a list. |
False |
|
DataSource |
You can specify a Sitecore item, to have all child items of the Sitecore item rendered by the ChildRenderer. You cannot filter the child items. | |