Re: Hightlight a tableRow onMouseOver

2007-08-20 Thread Jochen Zink
An: MyFaces Discussion users@myfaces.apache.org Betreff: Re: Hightlight a tableRow onMouseOver Hi Jochen, you can try tomahawk's dataList for rendering the table's rows instead, it gives you more flexibility. Have a look at http://myfaces.apache.org/tomahawk/dataList.html. Though, you

AW: Hightlight a tableRow onMouseOver

2007-08-16 Thread Elmar Kretzer
: Hightlight a tableRow onMouseOver Hi Jochen, you can try tomahawk's dataList for rendering the table's rows instead, it gives you more flexibility. Have a look at http://myfaces.apache.org/tomahawk/dataList.html. Though, you have to write your own code for rendering the table header

Re: Hightlight a tableRow onMouseOver

2007-08-16 Thread Mike Kienenberger
For what it's worth: From Mike Kienenberger [EMAIL PROTECTED] Subject Experiences with t:dataTable row clicking, selecting, and highlighting DateWed, 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

Hightlight a tableRow onMouseOver

2007-08-15 Thread Jochen Zink
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' td23232323/td td1000/td

Re: Hightlight a tableRow onMouseOver

2007-08-15 Thread Christopher Cudennec
Hi Jochen, you can try tomahawk's dataList for rendering the table's rows instead, it gives you more flexibility. Have a look at http://myfaces.apache.org/tomahawk/dataList.html. Though, you have to write your own code for rendering the table header and for outputting all those TR- and