[richfaces-issues] [JBoss JIRA] Resolved: (RF-1531) componentControl works only when there is in a bottom a component

Vladislav Baranov (JIRA) jira-events at lists.jboss.org
Tue Apr 15 06:06:56 EDT 2008


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

Vladislav Baranov resolved RF-1531.
-----------------------------------

    Resolution: Done
      Assignee: Aleksej Yanul  (was: Vladislav Baranov)

Added new default "attachTiming" option for component control: "onavailable".

> componentControl works only when there is in a bottom a  component
> ------------------------------------------------------------------
>
>                 Key: RF-1531
>                 URL: http://jira.jboss.com/jira/browse/RF-1531
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.3
>            Reporter: Aleksej Yanul
>         Assigned To: Aleksej Yanul
>            Priority: Minor
>             Fix For: 3.2.1
>
>
> Does not work:
> <rich:componentControl attachTo="testCID" for="cc" event="onclick" operation="doExpand" params="show:'componentControl work(doExpand)'"/>
> <rich:calendar popup="true" id="cc"/>
> <a href="#" id="testCID">Click text</a>
> or 
> <rich:calendar popup="true" id="cc"/>
> <rich:componentControl attachTo="testCID" for="cc" event="onclick" operation="doExpand" params="show:'componentControl work(doExpand)'"/>
> <a href="#" id="testCID">Click text</a>
> Works:
> <rich:calendar popup="true" id="cc"/>
> <a href="#" id="testCID">Click text</a>
> <rich:componentControl attachTo="testCID" for="cc" event="onclick" operation="doExpand" params="show:'componentControl work(doExpand)'"/>

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