Re: [Zope] dtml-in pagination

2009-04-10 Thread Dieter Maurer
Bobby wrote at 2009-4-7 09:58 -0700:
>  
>   previous
>   next
>  
>
> 
>   
>

Not sure, whether you will find it useful.
But, you may have a look at 
"http://www.handshake.de/~dieter/pyprojects/zope/book/chap3.html#c37ac15c14b4";.
Search there for "4.3.5.2.3. Batch control".



-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] dtml-in pagination

2009-04-08 Thread Jeff Peterson

  

  




">Previous 



  
  
  


">Next 

From: http://www.zope.org/Members/peterbe/DTML2ZPT/

Incidently, this is a great resource for moving from DTML to page templates.

There are many examples of batching on ZopeLabs as well, from what I could see 
they are for ZPT though.

http://www.zopelabs.com

--
Jeffrey D Peterson
Webmaster
Crary Industries, Inc.


-Original Message-
From: zope-boun...@zope.org [mailto:zope-boun...@zope.org] On Behalf Of Bobby
Sent: Tuesday, April 07, 2009 2:48 PM
To: zope@zope.org
Subject: Re: [Zope] dtml-in pagination


Could someone point me to some documentation on how to do pagination? Thanks. 


--- On Tue, 4/7/09, Bobby  wrote:

> From: Bobby 
> Subject: [Zope] dtml-in pagination
> To: zope@zope.org
> Date: Tuesday, April 7, 2009, 10:58 AM
> Hi,
> 
> I'm trying to do pagination with dtml-in; could one of
> you show my why i can't get the next and previous button
> from my code below to work? 
> 
> Also, i need to do view per page: 1,2,3,etc. and allow the
> user select the number of records displayed per page (size)
> as well. Thanks in advance for any advice. 
> 
>  "getTable(table=table,order_by=order_by,sort=sort)"
> size=10 start=0>
> 
> 
>   
>   previous
>   next
>   
> 
>  
>
> 
> 
> 
>   
> ___
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )


  
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] dtml-in pagination

2009-04-07 Thread Bobby

Could someone point me to some documentation on how to do pagination? Thanks. 


--- On Tue, 4/7/09, Bobby  wrote:

> From: Bobby 
> Subject: [Zope] dtml-in pagination
> To: zope@zope.org
> Date: Tuesday, April 7, 2009, 10:58 AM
> Hi,
> 
> I'm trying to do pagination with dtml-in; could one of
> you show my why i can't get the next and previous button
> from my code below to work? 
> 
> Also, i need to do view per page: 1,2,3,etc. and allow the
> user select the number of records displayed per page (size)
> as well. Thanks in advance for any advice. 
> 
>  "getTable(table=table,order_by=order_by,sort=sort)"
> size=10 start=0>
> 
> 
>   
>   previous
>   next
>   
> 
>  
>
> 
> 
> 
>   
> ___
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )


  
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )