| toc | |||
| <mm:listfunction>
Gets the function value for function `name'. The function value is supposed to be Collection, and this tags acts as a `listprovider' and `writer' tag, iterating over all entries of the resulting collection. For more information about how function tags work generally see the the `functiontag' entry of this reference. (since: MMBase-1.7) |
|||
| see also | node | booleanfunction | function | functioncontainer | nodelistfunction | ||
| attributes |
|
||
| listprovider attributes | |||
| contextreader attributes | |||
| contextwriter attributes | |||
| contextreferrer attributes | |||
| functiontag attributes | |||
| nodereferrer attributes | |||
| containerreferrer attributes | |||
| writer attributes | |||
| example 1 |
<mm:listnodes type="mediasources" max="10">
<mm:function name="mimetype" />: <mm:function name="format" />
<ul>
<mm:listfunction name="urls" jspvar="uc">
<li><%= ((org.mmbase.applications.media.urlcomposers.URLComposer)uc).getURL() %></li>
</mm:listfunction>
</ul>
</mm:listnodes>
|
||
| example 2 |
|
||