Totally newbieish question about results paging.
I admit to not being more then a cpl of weeks old to Zope, and i have read quite a bit of the material online.. But, can someone give me a pointer to where to find some kind of skelleton to page the results of a query, along with next/prev/et. al. functionality? Tia Jan
I admit to not being more then a cpl of weeks old to Zope, and i have read quite a bit of the material online.. But, can someone give me a pointer to where to find some kind of skelleton to page the results of a query, along with next/prev/et. al. functionality?
If you already have a ZCatalog or a ZSQL method with results that you'd like to display, you can have zope build a dtml template for you by adding a ZSearch Interface from the 'Select Type to add...' drop down menu. hth tim
If you already have a ZCatalog or a ZSQL method with results that you'd like to display, you can have zope build a dtml template for you by adding a ZSearch Interface from the 'Select Type to add...' drop down menu.
In the words of Homer J. Simpson *DOH* Thankyou :)
j2 wrote:
I admit to not being more then a cpl of weeks old to Zope, and i have read quite a bit of the material online.. But, can someone give me a pointer to where to find some kind of skelleton to page the results of a query, along with next/prev/et. al. functionality?
Tia
Hi Jan, I'm sure this has probably already been mentioned -- but if you use the Zope interface to create a Z Search Interface, you can have the system create both a query page, and a paginated result page generated around a Z SQL method.
participants (4)
-
j2 -
Jan Johansson -
Matthew T. Kromer -
Tim Hicks