For what it's worth: >From "Mike Kienenberger" <[EMAIL PROTECTED]> Subject Experiences with t:dataTable row clicking, selecting, and highlighting Date Wed, 14 Mar 2007 18:24:45 GMT
http://mail-archives.apache.org/mod_mbox/myfaces-users/200703.mbox/[EMAIL PROTECTED] On 8/15/07, Jochen Zink <[EMAIL PROTECTED]> wrote: > Hello, > > I want to highlight a complete tableRow of a h:dataTable component. > > With blank HTML I can use JavaScript like this: > <table width="100%"> > <tr class="tableRowNormal" onMouseOver="className='tableRowHighlight'" > onMouseOut="className='tableRowNormal'"> > <td>23232323</td> > <td>1000</td> > <td>Name1</td> > </tr> > </table> > > But I don't find anything to address a single whole tablerow with JSF? > > The second think is similar. I want to have a whole tableRow as link. With > blank HTML: > <tr onClick="alert('Submit wird über eine Javascript Methode > ausgelöst...');"> > <td class="fieldvalue">23232323</td> > <td>1000</td> > <td>Name1</td> > </tr> > > Has anyone some ideas or solutions? > > Thanks a lot! > Regards > Jochen > _____________________________________________________________________ > Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! > http://smartsurfer.web.de/?mc=100071&distributionid=000000000066 > >

