On Oct 23, 7:01 am, modius <[email protected]> wrote:
> On Oct 23, 1:15 am,ColinJones <[email protected]> wrote:
>
> >         <ftlocal:pagination
> >                 paginationID="ruleNews"
> >                 qRecordSet="#q#"
> >                 typename="dmNews"
> >                 pageLinks="10"
> >                 recordsPerPage="#stobj.numitems#"
> >                 Top="false"
> >                 Bottom="true"
> >                 renderType="">
>
> >                 <ft:paginateLoop r_stObject="stNews" >
> >                         <cfoutput>
>
> This tag combination is deprecated and should not be used at all.
>
> Funnily enough I just posted on this:
>  http://farcry.posterous.com/pagination-tags
>
> Implement the right custom tag -- if you continue to have problems let
> us know and we'll see what we can do :)
>

As mentioned, the new syntax:

<skin:pagination qrecordset="#qRecentPosts#"
recordsPerPage="#stObj.numberOfPosts#">
    <skin:view typename="farBlogPost" objectid="#stobject.objectid#"
webskin="displayTeaserStandard" />
</skin:pagination>

...is working great, however I notice it generates a style block in
the page for formatting.  How do I go about changing the default
styles? For example the default colour for the current page in the
pagination is red - how can I change that?
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---

Reply via email to