[richfaces-issues] [JBoss JIRA] Created: (RF-3286) toolTip: 'hide()' JS API doesn't work for rich:toolTip component.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Mon Apr 28 12:48:23 EDT 2008


toolTip: 'hide()' JS API doesn't work for rich:toolTip component.
-----------------------------------------------------------------

                 Key: RF-3286
                 URL: http://jira.jboss.com/jira/browse/RF-3286
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: IE, FF, Safari, Opera
            Reporter: Mikhail Vitenkov
         Assigned To: Nick Belaevski


Use following code:
<a4j:commandLink onclick="$('formID:tooltipSubviewID:tooltipID').component.hide(event)" value="hide"></a4j:commandLink>
or
the same JS API call through the rich:componentControl:
<a href="#" id="hideToolTipID">componentControl(hide)</a>
		<rich:componentControl attachTo="hideToolTipID" for="tooltipID" event="onclick" operation="hide" />

-- 
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

        



More information about the richfaces-issues mailing list