Author: ayanul
Date: 2008-03-25 14:19:20 -0400 (Tue, 25 Mar 2008)
New Revision: 7228
Modified:
trunk/test-applications/facelets/src/main/webapp/Tooltip/TooltipProperty.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-2614
Modified: trunk/test-applications/facelets/src/main/webapp/Tooltip/TooltipProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/Tooltip/TooltipProperty.xhtml 2008-03-25
18:18:59 UTC (rev 7227)
+++
trunk/test-applications/facelets/src/main/webapp/Tooltip/TooltipProperty.xhtml 2008-03-25
18:19:20 UTC (rev 7228)
@@ -23,7 +23,7 @@
<h:outputText value="event:" />
<h:selectOneMenu value="#{tooltip.event}"
onchange="submit();">
- <f:selectItem itemLabel="onmouseover" itemValue="oncontextmenu"
/>
+ <f:selectItem itemLabel="onmouseover" itemValue="onmouseover"
/>
<f:selectItem itemLabel="onclick" itemValue="onclick" />
<f:selectItem itemLabel="onmouseup" itemValue="onmousemove"
/>
</h:selectOneMenu>