are these images available with wicket distribution ? even the wicket
examples page does not have these images ?

TahitianGabriel wrote:
> 
> You can use CSS like this :
> 
> tr.headers th.wicket_orderUp a {
>     background : url(../images/arrow_up.png) no-repeat right;
> }
> 
> tr.headers th.wicket_orderDown a {
>     background : url(../images/arrow_down.png) no-repeat right;
> }
> 
> tr.headers th.wicket_orderNone a {
>     background : url(../images/arrow_off.png) no-repeat right;
> }
> 
> Regards,
> Gabriel.
> 
> 
> fachhoch wrote:
>> 
>> I use AjaxFallbackDefaultDatatable   ,please tell me if I can add an icon
>> for sortable column  indicating asc or desc
>> 
>> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/add-asc-or-desc-icon-indicator-for-sorting-in-ajaxFallbackDefaultDatatable-tp26719310p26719912.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

Reply via email to