« Return to Thread: Pagination submissiontype="form"

Re: Pagination submissiontype="form"

by Marco van den Oever :: Rate this Message:

Reply to Author | View in Thread


So do i have to move the following code to displayLinks.cfm or create
an own loop?:

<ft:paginateLoop r_stObject="stNews">
<skin:view objectid="#stNews.objectid#" typename="shopproducts"
webskin="#stObj.displaymethod#" />
</ft:paginateLoop>


On Jul 7, 2:36 pm, modius <mod...@...> wrote:

> ft:pagination has been deprecated -- do not use this.
>
> Try this instead:http://docs.farcrycms.org/display/FCDEV50/Pagination
>
> -- gb
>
> On Jul 5, 6:51 am, Marco van den Oever <marcovandenoe...@...>
> wrote:
>
> >         <!--- THIS MEANS PAGINATE --->
> >         <ft:pagination
> >                 actionURL = "#application.fapi.getLink(objectid=request.navid)#"
> >                 paginationID="ruleNews"
> >                 qRecordSet="#q#"
> >                 typename="shopproducts"
> >                 pageLinks="10"
> >                 recordsPerPage="#stobj.numitems#"
> >                 Top="true"
> >                 Bottom="false"
> >                 renderType="inline"
> >                 submissiontype="form">
>
> >                 <ft:paginateLoop r_stObject="stNews" >
> >                         <skin:view objectid="#stNews.objectid#" typename="shopproducts"
> > webskin="#stObj.displaymethod#" />
> >                 </ft:paginateLoop>
>
> >         </ft:pagination>
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: Pagination submissiontype="form"