If you navigator has a unique class (or id) you could just refer to it via the 
CSS:

I'm guessing something like .goto em{font-weight: bold; font-color: blue} would 
work. Note that disabled links by default are wrapped in <em> tags.

If that isn't good enough, you can subclass the AjaxPagingNavigator and 
override the newPagingNavigationLink() method. In there you could add a 
behavior to do your custom styling or set the setBeforeDisabledLink() and 
setAfterDisabledLink() methods to insert in the markup you require.

-Clint 
-- 
Clint Checketts
Sent with Sparrow
On Wednesday, April 27, 2011 at 4:31 AM, sap2000 wrote: 
> The current page selection is noticed by disabled link of the selected page
> number.
> In our project we need to highlight (bold font and colour) selected page by
> means of css.
> How this can be achived ?
> 
> Thank you.
> 
> 
> 
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Customized-AjaxPagingNavigator-to-highlight-selected-page-number-tp3477625p3477625.html
> Sent from the Users forum 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
> 

Reply via email to