title

An article by Gaspard Bucher

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

  1. action
  2. ajax
  3. API
  4. classes
  5. common attributes
  6. conditions
  7. context
  8. dates
  9. display
    1. add_btn
    2. add_document
    3. admin_links
    4. comments_count
    5. content_lang
    6. design
    7. filter
    8. flash_messages
    9. h
    10. img
    11. javascripts
    12. mail_hide
    13. min / max
    14. search_box
    15. set
    16. show
    17. stat
    18. stylesheets
    19. summary
    20. text
    21. title
    22. uses_datebox
    23. zazen
    24. zena
  10. forms
  11. i18n
  12. meta
  13. SQLiss
  14. urls

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 actions, draggable, prefix, publish, status, 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.