| toc |
| <mm:nodeinfo>
The nodeinfo tag can be used inside a NodeProvider tag, to get certain information about the
node.
|
| attributes |
-
type
| type | The type of the node (the name of it's NodeManager). |
| guitype | The GUI representation of the type (NodeManager) of the node. |
| plural_guitype | The plural GUI representation of the type (NodeManager) of the node. |
| description | The description of the type (NodeManager) of the node. |
| number | The node number |
| context | The (security) context of the node |
-
nodetype
Actually, the node-info tag also is the `nodemanager' info tag. If for some reason you need
information about a node-manager, without having a node, you can specify it with this
attribute.
-
element
(since: MMBase-1.8)
see: element attribute of node
|
| writer attributes |
|
| nodereferrer attributes |
|
| contextwriter attributes |
|
| contextreferrer attributes |
|
|
example 1 |
<mm:node number="1645">
Node of type <mm:nodeinfo type="guitype" /><br />
<mm:fieldlist type="edit">
<em><mm:fieldinfo type="guiname" /></em>:
<mm:fieldinfo type="value" /><br />
</mm:fieldlist>
</mm:node>
|