[
https://jira.jboss.org/jira/browse/JBIDE-3570?page=com.atlassian.jira.plu...
]
Alexey Kazakov commented on JBIDE-3570:
---------------------------------------
Max. the idea is just move to component with id which is in "for"-like
attributes in RichFaces tags.
For example:
1.
<rich:componentControl for="panel" .../>
If user click on reRender="panel" we will move to
<rich:modalPanel id="panel" ...>...
2.
<a:commandButton reRender="out" .../>
If user click on reRender="out" we will move to
<h:panelGroup id="out">
...
Create Open-Ons for "ForID"-like attributes in RichFaces
--------------------------------------------------------
Key: JBIDE-3570
URL:
https://jira.jboss.org/jira/browse/JBIDE-3570
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Reporter: Victor Rubezhny
Assignee: Victor Rubezhny
Fix For: 3.1.0.M1
Attachments: richfaces.txt
Create Open-Ons for "ForID"-like attributes in RichFaces, for example:
<a4j:commandButton ... focus="[ID]" reRender="[Commas separated
IDs]" />
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira