| toc | |
| <mm:aliaslist> This is a list which can only live under a NodeProvider, to iterate through all aliases of the Node. In the body you can use the `writer' functionality to actually write out current alias. | |
| nodereferrer attributes | |
| writer attributes | |
| listprovider attributes | |
| contextreader attributes | |
| contextwriter attributes | |
| contextreferrer attributes | |
| example 1 |
<mm:listnodes type="list">
<mm:field name="title" />
has the following aliases:
<mm:aliaslist>
<mm:write /> <mm:last inverse="true">,</mm:last>
</mm:aliaslist><br/>
</mm:listnodes>
|