[richfaces-issues] [JBoss JIRA] Resolved: (RF-1907) Calendar: doExpand don't work

Pavel Yaschenko (JIRA) jira-events at lists.jboss.org
Mon Jan 14 09:39:24 EST 2008


     [ http://jira.jboss.com/jira/browse/RF-1907?page=all ]

Pavel Yaschenko resolved RF-1907.
---------------------------------

    Fix Version/s: 3.1.4
                   3.2.0
       Resolution: Done
         Assignee: Aleksej Yanul  (was: Pavel Yaschenko)

Some mistakes in the code:

<a onclick="$(form:cCalendar).component.doExpand" href="#">Show</a>

needs to be changed to:

<a onclick="$('form:cCalendar').component.doExpand(event);" href="#">Show</a>

> Calendar: doExpand don't work
> -----------------------------
>
>                 Key: RF-1907
>                 URL: http://jira.jboss.com/jira/browse/RF-1907
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: jsp
> tomcat 6.0.13
> FF
>            Reporter: Aleksej Yanul
>         Assigned To: Aleksej Yanul
>             Fix For: 3.1.4, 3.2.0
>
>
> <a4j:form id="form">
>    <rich:calendar popup="true" id="cCalendar" />
>    <a onclick="$(form:cCalendar).component.doExpand" href="#">Show</a>
> </a4j:form>

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