Re: [web2py] bootstrap-pagination.js an

2012-05-23 Thread Annet
Hi Johann, Thanks for your reply. It gives me a starting point to find out how this plugin works. Best regards, Annet

Re: [web2py] bootstrap-pagination.js an

2012-05-23 Thread Johann Spies
On 22 May 2012 18:42, Annet wrote: > > The common usage is like this: > > function callback(page){ > //do what you want to do > } > > This is an empty function. I suspect the code below has to go in before the last } > var options = { > pageRows:page_nums > , onChange:callback > , next: 'Ne

[web2py] bootstrap-pagination.js an

2012-05-22 Thread Annet
I have a unordered list on which I want to plugin bootstrap-pagination.js. https://github.com/limodou/plugs/blob/master/plugs/ui/bootstrap/static/bootstrap/2.0.3/js/bootstrap-pagination.js According to Limodou this is the way it should work: The common usage is like this: function callback(pag