How does one display document count of a folder?
8 Sep
2000
8 Sep
'00
8:53 p.m.
I am using a script to display the contents of a folder, but I wonder how I might display a document count of the dtml documents in a folder? Here is the script I use to display folder contents: <dtml-with my_folder> <dtml-in "objectIds()"> <a href="<dtml-var "_.getitem(_['sequence- item'],0).absolute_url()">"><dtml-var sequence-item></a><br> </dtml-in> </dtml-with> Thanks in advance!
9 Sep
9 Sep
12:57 a.m.
New subject: [Zope] How does one display document count of a folder?
[sean@horse101.com] | I am using a script to display the contents of a folder, but I | wonder how I might display a document count of the dtml | documents in a folder? Untested: <dtml-var "_.len(objectIds('DTML Document'))"> HTH -Morten
9340
Age (days ago)
9341
Last active (days ago)
1 comments
2 participants
participants (2)
-
morten@esol.no -
sean@horse101.com