[ http://jira.jboss.com/jira/browse/RF-1531?page=comments#action_12417067 ] Svetlana mukhina commented on RF-1531: --------------------------------------
docsupdated > 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 _______________________________________________ richfaces-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/richfaces-issues
