How to add Images in wicket Navigator instead of ?

2010-02-15 Thread saravana kumar
How to add Images in wicket Navigator instead of?

-- 
Thanks  Regards,
SaravanaKumar G.


Re: How to add Images in wicket Navigator instead of ?

2010-02-15 Thread Leo . Erlandsson
 How to add Images in wicket Navigator instead of?

One way, I'm sure there are others:

Write your own MyPagingNavigator that extends PagingNavigator or 
AjaxPagingNavigator. Provide your own markup.
Override  protected PagingNavigator newPagingNavigator(String navigatorId, 
final DataTable? table); in NavigationToolbar / AjaxNavigationToolbar 
and provide your own MyPagingNavigator there.



Med vänlig hälsning / Sincerely yours
Leo Erlandsson

Tyringekonsult AB

Phone: +46-(0)451- 594 54
Email: leo.erlands...@tyringe.com
Website: www.tyringe.com





saravana kumar shav...@gmail.com 
2010-02-15 13:34
Sänd svar till
users@wicket.apache.org


Till
users@wicket.apache.org
Kopia

Ärende
How to add Images in wicket Navigator instead of?







-- 
Thanks  Regards,
SaravanaKumar G.



Re: How to add Images in wicket Navigator instead of ?

2010-02-15 Thread shavang

thank u for your reply.I didn't understand. please send code or link.

Leo Erlandsson wrote:
 
 How to add Images in wicket Navigator instead of?
 
 One way, I'm sure there are others:
 
 Write your own MyPagingNavigator that extends PagingNavigator or 
 AjaxPagingNavigator. Provide your own markup.
 Override  protected PagingNavigator newPagingNavigator(String navigatorId, 
 final DataTable? table); in NavigationToolbar / AjaxNavigationToolbar 
 and provide your own MyPagingNavigator there.
 
 
 
 Med vänlig hälsning / Sincerely yours
 Leo Erlandsson
 
 Tyringekonsult AB
 
 Phone: +46-(0)451- 594 54
 Email: leo.erlands...@tyringe.com
 Website: www.tyringe.com
 
 
 
 
 
 saravana kumar shav...@gmail.com 
 2010-02-15 13:34
 Sänd svar till
 users@wicket.apache.org
 
 
 Till
 users@wicket.apache.org
 Kopia
 
 Ärende
 How to add Images in wicket Navigator instead of?
 
 
 
 
 
 
 
 -- 
 Thanks  Regards,
 SaravanaKumar G.
 
 
 
 -
 ---
 Leo Erlandsson, M. Sc.
 

-- 
View this message in context: 
http://old.nabble.com/How-to-add-Images-in-wicket-Navigator-instead-of-%3C%3C-%3C-%3E-%3E%3E--tp27593215p27593428.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Re: How to add Images in wicket Navigator instead of ?

2010-02-15 Thread Leo . Erlandsson
 thank u for your reply.I didn't understand. please send code or link.

Unfortunately I can't include code from our project. However, if you 
search this mailing list you'll find several examples and other solutions 
to your problem:

http://old.nabble.com/PagingNavigator-with-custom-images-ts13422772.html#a13422772
http://old.nabble.com/Help%3A-Graphic-link-in-PagingNavigator-ts21453859.html#a21453994
http://old.nabble.com/How-to-change-the-style-of-navigator-in-PageableViewList-ts14978321.html#a1501
 
  --- Including code






Re: How to add Images in wicket Navigator instead of ?

2010-02-15 Thread Peter Karich

For code see the resources here (the example with db4o):
http://karussell.wordpress.com/2010/01/18/crud-with-wicket-guice-db4o-neodatis/

Peter.

--
Free your timetabling!
http://timefinder.sourceforge.net/


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Re: How to add Images in wicket Navigator instead of ?

2010-02-15 Thread shavang

Hi, Thank  u for your reply. Here with i sent my coding for Wicket navigator.
please tell me where to add images in wicket navigator. 

navigator = new PagingNavigator(navigator, dataView);
dataView.setItemsPerPage(5);
navigator.setVisible(false);
addListViewPanel.add(navigator);

navigator-- this is my Wicket Id.
dataView --Displays record through DataView.

I waiting for your Valuable reply. It would be great reply soon.


Leo Erlandsson wrote:
 
 thank u for your reply.I didn't understand. please send code or link.
 
 Unfortunately I can't include code from our project. However, if you 
 search this mailing list you'll find several examples and other solutions 
 to your problem:
 
 http://old.nabble.com/PagingNavigator-with-custom-images-ts13422772.html#a13422772
 http://old.nabble.com/Help%3A-Graphic-link-in-PagingNavigator-ts21453859.html#a21453994
 http://old.nabble.com/How-to-change-the-style-of-navigator-in-PageableViewList-ts14978321.html#a1501
  
   --- Including code
 
 
 
 
 
 
 -
 ---
 Leo Erlandsson, M. Sc.
 

-- 
View this message in context: 
http://old.nabble.com/How-to-add-Images-in-wicket-Navigator-instead-of-%3C%3C-%3C-%3E-%3E%3E--tp27593215p27603628.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org