You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by saravana kumar <sh...@gmail.com> on 2010/02/16 08:27:58 UTC

Send me Complete Coding PagingNavigator with custom images instead of << < > >> ?

 Can u Send me any one Complete Coding PagingNavigator with custom images
instead of << < > >> ?
 Like Navigator.html, Navigator.java, navigator.css

This is my Navigator coding now:
            navigator = new PagingNavigator("navigator", dataView);
            dataView.setItemsPerPage(5);
            navigator.setVisible(false);
            addListViewPanel.add(navigator);


-- 
Thanks & Regards,
SaravanaKumar G.