[ZPT] tal:repeat

iap@y2fun.com iap@y2fun.com
Fri, 28 Dec 2001 11:51:08 +0800


I found something useful here:
http://dev.zope.org/Wikis/DevSite/Projects/ZPT/FrontPage

And a very rough example:
<option tal:repeat="item here/objectValues"
             tal:content="item/title">
</option>

Iap, Singuan


----- Original Message -----
From: "alex" <alex@quad.com.ar>
To: "Sin Hang Kin" <kentsin@macau.ctm.net>; "ZPT Mailing List"
<zpt@zope.org>
Sent: Thursday, December 27, 2001 11:34 PM
Subject: Re: [ZPT] tal:repeat


> as far as I know ZTUtils can do that, but I rather call a python script
for
> it
>
> ----- Original Message -----
> From: "Sin Hang Kin" <kentsin@macau.ctm.net>
> To: <zpt@zope.org>
> Sent: Thursday, December 27, 2001 9:33 PM
> Subject: [ZPT] tal:repeat
>
>
> > Can someone write a how-to about repeat?
> >
> > I read through some samples, but still not known how to put together:
> >
> > 1. sorting and reverse loop order
> > 2. skip unwanted items (for example, when looping through an folder,
skip
> > acl_user, control_panel, etc) and un-athority
> > 3. batching and change batch size
> >
> > Rgs,
> >
> > Kent Sin
> >
> > Rgs,
> >
> > Kent Sin
> > ---------------------------------
> > kentsin.weblogs.com
> > kentsin.imeme.net
> >
> >
> > _______________________________________________
> > ZPT mailing list
> > ZPT@zope.org
> > http://lists.zope.org/mailman/listinfo/zpt
> >
>
>
> _______________________________________________
> ZPT mailing list
> ZPT@zope.org
> http://lists.zope.org/mailman/listinfo/zpt
>