title

Display the title property. All properties that are declared public can be displayed with the same options.

  • actions Show popup/publish actions to edit, propose, publish the node. The parameter is a list of actions separated by commas ("edit,publish").
  • draggable define an element as being draggable
  • prefix Insert a conditional prefix.
  • publish Set whether to auto-publish node after save.
  • status Change the html class of the markup tag depending on the version status.
see zena 1.0

Display the ‘title’ property:

<r:title/>

Display an h3 header with the ‘title’ property and action buttons to edit, drive, publish, etc (the text “This is the title” is not used) :

<h3 do='title' actions='edit,publish'>This is the title</h3>

The status parameter’s default value is ‘true’ when the ‘actions’ parameter is present. Otherwise, the default is false.

Note that you cannot use zafu tags inside a title or any property display.