[
http://jira.jboss.com/jira/browse/RF-3243?page=comments#action_12410651 ]
Mariappan Pandy commented on RF-3243:
-------------------------------------
There is a mistake in above description.
Java script method is never called and also tooltip message didn't come.
Tool tip is not opened when i use Javsscript event .
----------------------------------------------------
Key: RF-3243
URL:
http://jira.jboss.com/jira/browse/RF-3243
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Jdk 1.5
Tomcat 6.1
Jsf 1.2
Facelets
Reporter: Mariappan Pandy
Code snippet
<a:jsfGraphicImage id="toolTip"
value="#{image['HelpIcon']}" />
<rich:tooltip for="toolTip" followMouse="true"
direction="top-right" onshow="test()">
<f:facet name="header">
<a:jsfOutputText value="#{text['TooltipGuide']}"/>
</f:facet>
<f:verbatim>
<DIV class="jsfOutputHelp">
#{text['TooltipGuide']}
</DIV>
</f:verbatim>
</rich:tooltip >
I was trying to call java script method when opening/closing tooltip but the method get
called also the tooltip never opens.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira