[
https://issues.jboss.org/browse/RF-11653?page=com.atlassian.jira.plugin.s...
]
Brian Leathem updated RF-11653:
-------------------------------
Description:
I would like to change the row color of a rich:datatable when mouse goes over it; I found
several examples, but can't get it to work. I tried on several browsers, checked the
javascript console. No luck. I'm using RichFaces4.0 and the datatable is defined as:
{code}
<rich:dataTable id="reportlinestable" styleClass="fullwidth"
onRowMouseOver="this.style.backgroundColor='green'"
onRowMouseOut="this.style.backgroundColor='#{a4jSkin.tableBackgroundColor}'"
var="reportline" iterationStatusVar="iter"
value="#{entryBean.reportLines}"
headerClass="headerreportlines"
footerClass="footerreportlines" rowClasses="reportlines">
{code}
Thanks for your help
was:
I would like to change the row color of a rich:datatable when mouse goes over it; I found
several examples, but can't get it to work. I tried on several browsers, checked the
javascript console. No luck. I'm using RichFaces4.0 and the datatable is defined as:
<rich:dataTable id="reportlinestable" styleClass="fullwidth"
onRowMouseOver="this.style.backgroundColor='green'"
onRowMouseOut="this.style.backgroundColor='#{a4jSkin.tableBackgroundColor}'"
var="reportline" iterationStatusVar="iter"
value="#{entryBean.reportLines}"
headerClass="headerreportlines"
footerClass="footerreportlines" rowClasses="reportlines">
Thanks for your help
Labels: (was: richfaces)
Assignee: Pavol Pitonak
Component/s: component-tables
(was: component)
QE, please confirm
onRowMouseOut not being fired
------------------------------
Key: RF-11653
URL:
https://issues.jboss.org/browse/RF-11653
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Final
Environment: Mac OS X 10.7, Java 1.6, Tomcat 6.0.32, RichFaces 4.0.0
Reporter: Jean-Noel Colin
Assignee: Pavol Pitonak
I would like to change the row color of a rich:datatable when mouse goes over it; I found
several examples, but can't get it to work. I tried on several browsers, checked the
javascript console. No luck. I'm using RichFaces4.0 and the datatable is defined as:
{code}
<rich:dataTable id="reportlinestable" styleClass="fullwidth"
onRowMouseOver="this.style.backgroundColor='green'"
onRowMouseOut="this.style.backgroundColor='#{a4jSkin.tableBackgroundColor}'"
var="reportline" iterationStatusVar="iter"
value="#{entryBean.reportLines}"
headerClass="headerreportlines"
footerClass="footerreportlines" rowClasses="reportlines">
{code}
Thanks for your help
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira