Re: alphabetical paging navigator

2010-10-01 Thread Mathias Nilsson
ere you get the char. Get the data from database and add another view with the data } }); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/alphabetical-paging-navigator-tp28

Re: alphabetical paging navigator

2010-10-01 Thread elesi
can you give an idea on how to do that? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/alphabetical-paging-navigator-tp2837010p2853331.html Sent from the Users forum mailing list archive at Nabble.com

Re: alphabetical paging navigator

2010-09-30 Thread Igor Vaynberg
it wouldnt be worth overriding one, you are better off creating one from scratch. listview and paging navigator are decoupled, so you can use your own impl to page the listview without problems. -igor On Thu, Sep 30, 2010 at 10:21 PM, elesi wrote: > > is it possible to overri

alphabetical paging navigator

2010-09-30 Thread elesi
is it possible to override the PagingNavigator and give it the letters A-Z as links? and add filtering behavior so that it only shows ListView items that starts with/matches the active letter link? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/alphabetical-paging

Re: Adding jquery effects to paging navigator

2008-12-05 Thread Daniel Peters
adeOut('normal', function(){ %s });", topContainer.getMarkupId(), current); regards, Daniel > Serkan Camurcuoglu wrote: >> How can I modify the onclick attribute of the links in the >> AjaxPagingNavigator? I override newPagingNavigationLink in my ajax >> paging navigator as shown

Re: Adding jquery effects to paging navigator

2008-09-22 Thread Matej Knopp
; AjaxPagingNavigator? I override newPagingNavigationLink in my ajax paging >> navigator as shown below, but my javascript is not prepended. I want to add >> JQuery fadeout code before wicketAjaxGet: >> >> @Override >> protected Link newPagingNavigat

Re: Adding jquery effects to paging navigator

2008-09-22 Thread Serkan Camurcuoglu
just noticed I forgot to add the behavior to the link, but still the javascript does not show up.. Serkan Camurcuoglu wrote: How can I modify the onclick attribute of the links in the AjaxPagingNavigator? I override newPagingNavigationLink in my ajax paging navigator as shown below, but my

Re: Adding jquery effects to paging navigator

2008-09-22 Thread Serkan Camurcuoglu
How can I modify the onclick attribute of the links in the AjaxPagingNavigator? I override newPagingNavigationLink in my ajax paging navigator as shown below, but my javascript is not prepended. I want to add JQuery fadeout code before wicketAjaxGet: @Override protected Link

Adding jquery effects to paging navigator

2008-09-22 Thread Serkan Camurcuoglu
Hi all, I want to add some decoration to AjaxPagingNavigator. I want the current page to fade out and the new page to fade in when the user clicks next. I'm thinking of using JQuery for effects. Can anybody show me some pointers to achieve this? --

Re: Paging Navigator

2007-08-11 Thread Igor Vaynberg
AIL PROTECTED]> wrote: > > > Yes! Your right. > > Had been great if it had wicket:id="emptyLink" so that you could mark up > the > code. Maybe like a > > ul, li list and display:block in css to make it both vertical and or > horizontal. > -- > View thi

Re: Paging Navigator

2007-08-11 Thread Mathias P.W Nilsson
Yes! Your right. Had been great if it had wicket:id="emptyLink" so that you could mark up the code. Maybe like a ul, li list and display:block in css to make it both vertical and or horizontal. -- View this message in context: http://www.nabble.com/Paging-Navigator-tf4254110.html

Re: Paging Navigator

2007-08-11 Thread Igor Vaynberg
hias > -- > View this message in context: > http://www.nabble.com/Paging-Navigator-tf4254110.html#a12108063 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

Re: Paging Navigator

2007-08-11 Thread Mathias P.W Nilsson
Thanks! It works fine. // Mathias -- View this message in context: http://www.nabble.com/Paging-Navigator-tf4254110.html#a12110654 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Paging Navigator

2007-08-11 Thread Eelco Hillenius
> I had hoped for a HTML template to fix this. I have extracted the > PagingNavigator.html from the wicket source, extended PagingNavigator and > edited the html template. Just hoped that the "no link" element were there > but it wasn't. It could have been implemented like that, but PagingNavigato

Re: Paging Navigator

2007-08-11 Thread Mathias P.W Nilsson
/www.nabble.com/Paging-Navigator-tf4254110.html#a12108836 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Paging Navigator

2007-08-11 Thread Eelco Hillenius
> Thank you for that fast response. Work fine. I'm just wondering. Isn't it > against good web programming rules to add HTML code in the java code? Isn't > that what all new template based frameworks ( Struts 2, Tapestry, etc ) is > trying to avoid? You should keep it to a minimum for sure. But in

Re: Paging Navigator

2007-08-11 Thread Mathias P.W Nilsson
context: http://www.nabble.com/Paging-Navigator-tf4254110.html#a12108063 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Paging Navigator

2007-08-11 Thread Igor Vaynberg
control this? > > // Mathias > -- > View this message in context: > http://www.nabble.com/Paging-Navigator-tf4254110.html#a12107315 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

Paging Navigator

2007-08-11 Thread Mathias P.W Nilsson
not active. How can I control this? // Mathias -- View this message in context: http://www.nabble.com/Paging-Navigator-tf4254110.html#a12107315 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubsc