Hi,
I trying to use the
RowOnMouseOver & RowOnMouseOut attributes of the <x:dataTable>
Tomahawk component, but with no result.
I first tried to do
it like in the simple.jar tomahawk example :
rowOnMouseOver="this.style.backgroundColor='#A5CBFF'",
rowOnMouseOut="this.style.backgroundColor='#FFFFE0'" but it didn't work for me.
Besides, what is this new kind of _expression_ " this.XX.YY='value' "
?
Then I tried it "the
old way" with a CSS style : rowOnMouseOver="dataTable_RowOnMouseOver" ,
rowOnMouseOut="dataTable_RowOnMouseOut", with CSS style class defining
background-color attribute, but it didn't work either.
My dataTable
component is quite simple. Let me know if you want to see my JSF
code.
Thanks,
Clément.

