SV: Table row visibility

2013-11-11 Thread Tron Walseth
Walseth Fra: Martin Grigorov [mgrigo...@apache.org] Sendt: 11. november 2013 11:28 Til: users@wicket.apache.org Emne: Re: Table row visibility Hi, What is your question ? I guess "how to get the markup id of the row?". I'd suggest you to

Re: Table row visibility

2013-11-11 Thread Martin Grigorov
Hi, What is your question ? I guess "how to get the markup id of the row?". I'd suggest you to add a JS event listener on the that filters for clicks on 'tr' (i.e. event delegation). On Mon, Nov 11, 2013 at 12:17 PM, Tron Walseth wrote: > Hi, > > I have a table with legends explaining map (Op

Table row visibility

2013-11-11 Thread Tron Walseth
Hi, I have a table with legends explaining map (OpenLayers) layers. I want to turn visibility on/off on the entire row based on the visibility of these map layers using JS. I can easily turn on/off the visibility of the legend image itself using JavaScript/JQuery, but I want to toggle visibi