[Zope] How to display 'summary' data in ZCatalog results page?
Michel Pelletier
michel@digicool.com
Sat, 04 Sep 1999 21:54:10 -0400
Craig Allen wrote:
>
> Is this entity called 'summary' available for all DTML Document objects? If so,
> can I display it on my search results page?
>
The object must support the summary attribute. None of the stock 'pre'
catalog zope objects have it. You can allways make a ZClass.
> Alternatively, is there some way I can make Zope render the first 200+/-
> characters of the object contents itself (which I seem to be able to get)?
<dtml-var lotsa_text size=200>
-Michel
I
> suspect not.
>
> Puzzled,
> Craig
> --
> Craig Allen - Managing Partner - Mutual Alchemy
> Web Architecture - http://alchemy.nu
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
>
> (To receive general Zope announcements, see:
> http://www.zope.org/mailman/listinfo/zope-announce
>
> For developer-specific issues, zope-dev@zope.org -
> http://www.zope.org/mailman/listinfo/zope-dev )