Hi, zopistas

I need to query if one folder has sub-folders in it or not.

The query must be into an <dtml-tree> tag.

The idea is to make clickeable only "leave" folders.
-------------------

Here's another,

Supose this

<dtml-tree bla bla ..>


</dtml-tree>

I want to manipulate every object returned by the "tree" tag like this

<dtml-tree bla bla ..>

 <dtml-let myObject="tree object">

   <dtml-var myObject.someProperty_or_method_or_something>

 </dtml-let>

</dtml-tree>


Cheers.

-- 
______________________________________________________

Felipe Alvarez Harnecker.  QlSoftware.
                
Tel. 09.874.60.17  e-mail: [EMAIL PROTECTED]

Potenciado por Ql/Linux  http://www.qlsoft.cl/
______________________________________________________

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to