path

An article by Gaspard Bucher

Return the html path of the current node.

  1. action
  2. ajax
  3. API
  4. classes
  5. common attributes
  6. conditions
  7. context
  8. dates
  9. display
  10. forms
  11. i18n
  12. meta
  13. SQLiss
  14. urls
    1. anchor
    2. link
    3. path
    4. url

Return the html path of the current node.

see link, url, zena 1.0

This is not the same as the fullpath. The fullpath contains information on the position of the current node in the data tree. The path is the location of the element for html:

<a href='#{path}'>blah</a>
===>
<a href='/oo/projects/cleanWater/page22.html'>blah</a>