[richfaces-svn-commits] JBoss Rich Faces SVN: r6279 - trunk/docs/faq/en/src/main/docbook/module.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Feb 22 06:01:17 EST 2008
Author: cluts
Date: 2008-02-22 06:01:17 -0500 (Fri, 22 Feb 2008)
New Revision: 6279
Modified:
trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
Log:
http://jira.jboss.com/jira/browse/RF-2147 - corrected names attributes for 'How to highlight rows in a dataTable when the mouse is over?' section
Modified: trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
===================================================================
--- trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-02-22 10:51:35 UTC (rev 6278)
+++ trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-02-22 11:01:17 UTC (rev 6279)
@@ -1650,7 +1650,7 @@
<title>How to highlight rows in a dataTable when the mouse is over?</title>
<para>
In order to highlight rows in a dataTable when the mouse is over you should use
- <emphasis><property>"onmouseover"</property></emphasis> and <emphasis><property>"onmouseout"</property></emphasis> attributes.
+ <emphasis><property>"onRowMouseOver"</property></emphasis> and <emphasis><property>"onRowMouseOut"</property></emphasis> attributes.
</para>
<para>
<emphasis role="bold">Example:</emphasis>
More information about the richfaces-svn-commits
mailing list