home | cloud | listnodes | relatednodes | list | related | query | advanced query | variables | context | time | list & delete | create | edit | nodemanagerinfo | formatter | content | upload | Tips and Tricks (FAQ) | what's new | Taglib documentation
The pages found here are made to give some taglib examples. Things are kept simple so that the page sources are as clear as possible. You may need the 'mynews' example to be installed. You can install this application by going to ADMIN -> APPLICATIONS, if you have not done so yet (The default name/password is admin/admin2k).
A general introduction to taglib can be found here
Here's a list of nodemanagers (typedef objects) which you can use to see if the MMBase taglib is working. This is already a rather complicated example. On the left, you see the source code, and on the right to what it evaluates.
In the current instance of MMBase the following builders (=NodeManagers =NodeType = typedef) are available: <mm:listnodes type="typedef"> <mm:first><ul></mm:first> <li> <mm:even><font color="red"></mm:even> <mm:odd><font color="green"></mm:odd> <mm:field name="name"/>: <mm:field name="description"/> </font> </li> <mm:last></ul></mm:last> </mm:listnodes> |
In the current instance of MMBase the following
builders (=NodeManagers =NodeType = typedef)
are available:
|