[albatross-users] al-tree

Andrew McNamara andrewm at object-craft.com.au
Fri Oct 7 10:52:02 EST 2005


>is it possible to start a tree at level 1? So that the
>root node is open and not displayed?

You might be able to special-case this in the template to suppress the
markup for the root node - something like (untested):

 <al-tree iter="t" expr="root">
  <al-if expr="t.value() is not root">
   ...

-- 
Andrew McNamara, Senior Developer, Object Craft
http://www.object-craft.com.au/



More information about the Albatross-users mailing list