Re: [Zope] dtml syntax for showing folder objects?

2000-08-23 Thread Kapil Thangavelu

Andrew Kenneth Milton wrote:
> 
> +---[ [EMAIL PROTECTED] ]--
> | Hi,
> | I wonder how one would show the dtml documents in a folder with a
> | dtml statement.  I see it working with the tree command and I see
> | it working in Yihaw, but there must be a simple way to show just
> | files as links by some sort of call with the subfolder name.  Any
> | ideas?
> 
> Here's possibly the ugliest idea..
> 
> 
> 
> ">sequence-item>
> 
> 
> 
> We use objectIds() rather than objectValues in case you want to pass a mask
> to objectIds(). This way we only instantiate the objects we're interested
> it.
> 
> We could have used nested calls to getitem, but, that wasn't as funky looking.


FYI you can pass a mask to objectIds as well. 







___
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 )




Re: [Zope] dtml syntax for showing folder objects?

2000-08-23 Thread Andrew Kenneth Milton

+---[ [EMAIL PROTECTED] ]--
| Hi,
| I wonder how one would show the dtml documents in a folder with a 
| dtml statement.  I see it working with the tree command and I see 
| it working in Yihaw, but there must be a simple way to show just 
| files as links by some sort of call with the subfolder name.  Any 
| ideas?

Here's possibly the ugliest idea..



">



We use objectIds() rather than objectValues in case you want to pass a mask
to objectIds(). This way we only instantiate the objects we're interested
it.

We could have used nested calls to getitem, but, that wasn't as funky looking.

-- 
Totally Holistic Enterprises Internet|  P:+61 7 3870 0066   | Andrew Milton
The Internet (Aust) Pty Ltd  |  F:+61 7 3870 4477   | 
ACN: 082 081 472 ABN: 83 082 081 472 |  M:+61 416 022 411   | Carpe Daemon
PO Box 837 Indooroopilly QLD 4068|[EMAIL PROTECTED]| 

___
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 )




[Zope] dtml syntax for showing folder objects?

2000-08-23 Thread sean

Hi,
I wonder how one would show the dtml documents in a folder with a 
dtml statement.  I see it working with the tree command and I see 
it working in Yihaw, but there must be a simple way to show just 
files as links by some sort of call with the subfolder name.  Any 
ideas?

___
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 )