add_btn

An article by Gaspard Bucher

Placeholder for the “add” button inside add

  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

Placeholder for the “add” button inside add

see add
<table do='pages'>
  <tr do='each'><td do='[name]'/><td do='{summary}'/></tr>
  <tr do='form'><td colspan='2'><form>...</form></td></tr>
  <tr do='add'><td colspan='2'><r:add_btn/></td></tr>
</table>

We need this extra tag because we have to insert the link inside a <td>. It is not valid xhtml to put anchors inside <tr>.