[Zope] Calendar Tag 0.9.1

Adam Gotheridge adam@foxvalley.net
Mon, 20 Dec 1999 05:48:59 -0600


Thanks a ton!


----- Original Message -----
From: Ibaņez Palomar Juan David <al004151@alumail.uji.es>
To: Adam Gotheridge <adam@foxvalley.net>
Cc: <zope@zope.org>
Sent: Monday, December 20, 1999 5:24 AM
Subject: Re: [Zope] Calendar Tag 0.9.1


> >
> > That is really cool, but the example:
> >     <!--#calendar [args]-->
> >       template code
> >     <!--#/calendar-->
> >
> > hmmm... what do I do with the template code part?
> >
> > Thanks
> >
>
> In the archives
>   http://lists.zope.org/pipermail/zope/1999-September/010057.html
>
> you can find this explanation:
>
>   The DTML within the calander tag is called for every cell that is
rendered,
>   be it in day, week or month mode. The tag supplies you with methods and
>   variables to find out what mode you are in, what cell (what date, week
or
>   month), and to influence the rendering of that particular cell, or the
>   rendering of the whole calendar.
>
> (his english is better than mine)
>
> For instance:
>
>   <dtml-calendar>
>     <dtml-var date fmt=day>
>   </dtml-calendar>
>
> renders a simple month calendar.
>
> You can find lots of examples in the archives since the calendar tag
> was released in February (I will look at them carefully ASAP).
>
>
> Look also "http://www.endicor.com/zope/test/Calendar" for a simple demo.
>
>
>
> David
>
> _______________________________________________
> 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 )
>
>