Damon,
I think in this case you should consider to either use Dynaments to handle the pagination directly in the Delivery Server or Ajax and single pages in the DS. You could also combine both if you want to allow users with Javascript to paginate without page reloading and a fallback solution for the others.

However, as far as I know there is no standard tooling for this case as long as the pages are coming from the MS and not from search or rdb. Thus, this would require some custom development.

Best,
Hilmar

Am 27.02.2013 16:22, schrieb Damon Sit:
Thanks Hilmar,

I was looking through some jquery solutions last night while I was waiting. I think the problem I would get is that the "hidden" divs will load each time. Each div will have a rather large image, about 400x600 px so you can imagine the file size as they add up.

I'm thinking of merging another jquery library that stops the loading of images in divs. Hopefully that can work. I was looking up other solutions such as exporting my list into a giant JSON file. I've only scartched the surface in figuring out the feasibility of that.

Thanks again.  Any other suggestions will be greatly appreciated.


On Wed, Feb 27, 2013 at 9:49 AM, Hilmar Bunjes <[email protected] <mailto:[email protected]>> wrote:

    Hi Damon,
    maybe this overview gives some good examples:
    http://www.jquery4u.com/plugins/10-jquery-pagination-plugins/
    I really like this one:
    https://github.com/wesnolte/Pajinate/wiki You can put all your
    elements into one list and call pajinate on that list. Depending
    on your requirements you can put the paging whereever you want.
    Best,
    Hilmar

    Am Dienstag, 26. Februar 2013 21:22:22 UTC+1 schrieb Damon:

        Hi Jian, do you have any of those JQuery examples?  I've used
        verity search via LiveServer in the past but I
        am struggling to recollect my methods.

        On Monday, July 25, 2011 10:06:33 AM UTC-4, Jian Huang wrote:

            Hi Ibrahim,

            Nice solution, but I am not sure if it can be used in
            Andry's scenario
            because if Andry wants to have N paginated pages, he would
            have to
            created N pages and N content classes with slightly
            different display
            range.

            Also, I noticed that the code provided skips the first
            page on the
            list.

            Andry, like Tony said, either do pagination server side
            via Delivery
            Server, php, asp, C# or what other server side code once
            content is
            published to a server.

            OR

            You can output all the content with a list and use
            JavaScript/Jquery
            to show/hide selected range.

            I do have example ready should you need them.

            Best,

            -Jian

            On Jul 25, 7:50 am, Ibrahim Sawadogo
            <[email protected]> wrote:
            > Hi Andry,
            >
            > we have something similar, you get the idea:
            > <!IoRangePreExecute>
            > <% i = 1 %>
            >     <!IoRangeList>
            >         <% if i = 1 then %>
            >
            >         <% elseif i > 1 and i < 5 then %>
            >             <div class="teaser-news-standardstory
            floatbox">
            >                 <div class="teaser-graphic">
            >                     <a href="<%list_news%>"
            > title="<%standard_news_title%>"><img
            > src="<%image_mood_news%>"
            title="<%standard_news_title%>" alt="<
            > %standard_news_title%>" /></a>
            >                 </div>
            >                 <div class="teaser-content">
            >                     <span
            class="news-date"><%standard_news_date%></span>
            >                     <h3 title="<%standard_news_title%>"><
            > %standard_news_title%></h3>
            > <p><%standard_news_summary%></p>
            >                     <a class="link-arrow"
            href="<%list_news%>" title="<
            >
            %standard_teaser_link_title%>"><%standard_teaser_link_title%></a>

            >                 </div>
            >             </div>
            >         <% end if %>
            >
            >         <% i = i +1 %>
            >     <!/IoRangeList>
            > <!/IoRangePreExecute>
            >
            > Ibrahim
            >
            > On 25 July 2011 12:34, Andry <[email protected]>
            wrote:
            >
            >
            >
            >
            >
            >
            >
            > > Hi guys,
            >
            > > I have a long list of newsletters. How can I show 10
            lists per page
            > > and have pages links on the page.
            > > e.g page 1 will have newletter 1-10, page 2 will have
            newsletter 11 to
            > > 20 and so on...
            >
            > > Cheers mate!
            >
            > > Andry
            >
            > > --
            > > You received this message because you are subscribed
            to the Google Groups
            > > "RedDot CMS Users" group.
            > > To post to this group, send email to
            [email protected].
            > > To unsubscribe from this group, send email to
            > > [email protected].
            > > For more options, visit this group at
            > >http://groups.google.com/group/reddot-cms-users?hl=en.

-- You received this message because you are subscribed to the Google
    Groups "RedDot CMS Users" group.
    To unsubscribe from this group and stop receiving emails from it,
    send an email to [email protected]
    <mailto:reddot-cms-users%[email protected]>.
    To post to this group, send email to
    [email protected]
    <mailto:[email protected]>.
    Visit this group at
    http://groups.google.com/group/reddot-cms-users?hl=en.
    For more options, visit https://groups.google.com/groups/opt_out.



--
You received this message because you are subscribed to a topic in the Google Groups "RedDot CMS Users" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/reddot-cms-users/6A8NQ7oobgA/unsubscribe?hl=en. To unsubscribe from this group and all its topics, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.



--
You received this message because you are subscribed to the Google Groups "RedDot 
CMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to