[Zope] aq_explicit only and DTML Documents
Andy McKay
andym@ActiveState.com
Wed, 10 Oct 2001 09:57:48 -0700
Probably because DTML Documents dont have a summary. By default in fact
Folder objects dont have a summary, so Im assuming you are using some custom
products...
Cheers.
--
Andy McKay.
----- Original Message -----
From: "Behrens Matt - Grand Rapids" <Matt.Behrens@Kohler.Com>
To: <zope@zope.org>
Sent: Wednesday, October 10, 2001 7:01 AM
Subject: [Zope] aq_explicit only and DTML Documents
> Can anyone tell me why this doesn't show the contents of the "summary"
> property on DTML Documents?
>
> Folders and Structured Text Documents work just fine.
>
> <dl>
> <dtml-in
> expr="objectValues(['DTML Document', 'Folder', 'File', 'Structured
> Text Document'])"
> sort=title_or_id
> skip_unauthorized>
> <dt>
> <a href="<dtml-var absolute_url>">
> <img src="<dtml-var icon>" border="0"> <dtml-var
title_or_id></a>
> </dt>
> <dd>
> <dtml-with aq_explicit only>
> <dtml-var summary missing="">
> </dtml-with>
> <p></p>
> </dd>
> </dtml-in>
> </dl>
>
> --
> Matt Behrens <matt.behrens@kohler.com>
> System Analyst, Baker Furniture
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> 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 )
>