status

An article by Gaspard Bucher

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

  1. action
  2. ajax
  3. API
  4. classes
  5. common attributes
    1. ..._if
    2. actions
    3. anchor
    4. attr
    5. date selection
    6. draggable
    7. eval
    8. label
    9. link params
    10. name
    11. prefix
    12. publish
    13. set_...
    14. status
    15. store
    16. text, t
    17. tlabel
    18. toggle
  6. conditions
  7. context
  8. dates
  9. display
  10. forms
  11. i18n
  12. meta
  13. SQLiss
  14. urls

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'/>