status

Change the html class of the markup tag depending on the version status.

  • true add a class name such as ‘s30’ (redaction)
  • false do not add status class (needed since default is ‘true’ if actions is present)
see actions, title, zena 1.0

Display a div with the class updated from the version’s status:

<div do='void' status='true'>...</div>

Display an h1 header with action buttons and status class (status is on by default when actions is present:

<h1 do='title' actions='all'/>

Display an h1 header with action buttons but without status class:

<h1 do='title' actions='all' status='false'/>