Re: Pages in RedDot

2013-02-27 Thread Jian Huang
Hi Damon, https://sites.google.com/site/simplyreddot/pagination.zip Best regards, On Tuesday, February 26, 2013 3:22:22 PM UTC-5, Damon wrote: > > 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 > meth

Re: Pages in RedDot

2013-02-27 Thread Hilmar Bunjes
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

Re: Pages in RedDot

2013-02-27 Thread 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 mer

Re: Pages in RedDot

2013-02-27 Thread Hilmar Bunjes
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

Re: Pages in RedDot

2013-02-26 Thread 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 scen

Re: Pages in RedDot

2011-07-25 Thread Jian Huang
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 lis

Re: Pages in RedDot

2011-07-25 Thread Ibrahim Sawadogo
Hi Andry, we have something similar, you get the idea: <% i = 1 %> <% if i = 1 then %> <% elseif i > 1 and i < 5 then %> <%standard_news_date%> < %sta

Re: Pages in RedDot

2011-07-25 Thread Tony Gayter
you mean you want pagination? That is dynamic content which will either need some .net/php or live server. The only other way to do it is manually, ie, create teh pages and add 10 links to each, then when you add a new news item, manually shuffle all teh links down. This is horrendous though so

Pages in RedDot

2011-07-25 Thread Andry
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