nodeinfo

toc
<mm:nodeinfo> The nodeinfo tag can be used inside a NodeProvider tag, to get certain information about the node.
attributes
  • type
    typeThe type of the node (the name of it's NodeManager).
    guitypeThe GUI representation of the type (NodeManager) of the node.
    plural_guitypeThe plural GUI representation of the type (NodeManager) of the node.
    descriptionThe description of the type (NodeManager) of the node.
    numberThe node number
    contextThe (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>