[ic] tree tag

Götz Verdieck interchange-users@interchange.redhat.com
Fri Sep 7 04:12:00 2001


Hi,

I played around with the tree tag.

So far so good:
<table>
[tree  
            table=categories
            master=parentCatID
            subordinate=catID
            continue=true
            start=0
            memo=1
            spacing=4
            full=1
            increment=1]
        <tr>
        <td>
      
        [if-item-param mv_level]
                [item-calc]
                        return '&nbsp' x [item-param mv_spacing];
                [/item-calc]
        [/if-item-param]
     <A HREF="[area process/index]">[item-param catName]</A>
     </td>
    
        <td>
           mv_level=[item-param mv_level], mv_increment=[item-param
mv_increment], 
           mv_children=[item-param mv_children]<BR>
           
        </td>
        </tr>
        [/tree]
          
 </table>

I get the basic tag function to run ( helped from the list archiv), but how
can i use explode, toggle, collapse, memo ??


Any idea or help would be appreciated.

Thanks.


Goetz

==============================
Goetz.Verdieck@com4office.de