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 &uuml;ber eine Javascript Methode 
ausgel&ouml;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

Reply via email to