Re: How to override the sort image tooltip of a grid ?

2011-12-28 Thread danyboy85
I did receive a mail of this forum because of a response by Indrek Tomm, but it seams he has deleted its post. I share it because his solution is the very best : Indrek Toom wrote > > Had the same problem with Tapestry 5.1. Thought that this works out of the > box since in GridColumns the

Re: How to override the sort image tooltip of a grid ?

2011-12-28 Thread danyboy85
I did'nt use jQuery but prototype : var imgs = $$('.t-sort-icon'); imgs.each(function(img) { img.alt = 'Trier les résultats'; }); and it works ;) But i really think a better solution should be that Tapestry framework let users configure there own "alt" value, like users can override labe

Re: How to override the sort image tooltip of a grid ?

2011-12-28 Thread danyboy85
Anyone knows how to resolve this problem ? Maybe because nobody is using Internet Explorer 7 . -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-override-the-sort-image-tooltip-of-a-grid-tp5102886p5104840.html Sent from the Tapestry - User mailing list archive at Nabb