[JBoss JIRA] Created: (RF-10297) Panel Menu - rename class attributes
by Lukas Fryc (JIRA)
Panel Menu - rename class attributes
------------------------------------
Key: RF-10297
URL: https://issues.jboss.org/browse/RF-10297
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.0.0.Milestone5
Environment: RichFaces 4.0.0-SNAPSHOT r.21189
Reporter: Lukas Fryc
Icon attributes and also some of the class attributes was renamed in RF-9924.
Please rename all of remaining the attributes:
groupDisableClass > groupClassDisabled
itemDisableClass > itemClassDisabled
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (RF-10208) Collapsible Sub Table Toggler - rename the attributes and markup semantically properly to collapsed/expanded
by Lukas Fryc (JIRA)
Collapsible Sub Table Toggler - rename the attributes and markup semantically properly to collapsed/expanded
------------------------------------------------------------------------------------------------------------
Key: RF-10208
URL: https://issues.jboss.org/browse/RF-10208
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Milestone5
Reporter: Lukas Fryc
Priority: Minor
Similar to RF-9924.
Currently, the meaning of the naming is
Expand - "the one which is collapsed and may be expanded" = Collapsed
Collapse - "the one which is expanded and may be collapsed" = Expanded
By renaming attrubutes to:
@collapsedIcon
@expandedIcon
@collapsedLabel
@expandedLabel
and the generated clientId in markup of toggler to
:collapsed
:expanded
we will avoid confusion.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (RF-4222) Nice to have multiple events in a4j:support tag
by Jan Hoeve (JIRA)
Nice to have multiple events in a4j:support tag
-----------------------------------------------
Key: RF-4222
URL: https://jira.jboss.org/jira/browse/RF-4222
Project: RichFaces
Issue Type: Feature Request
Reporter: Jan Hoeve
Priority: Minor
in the a4j:support tag, it is now possible enter an event for which you want to occur something (e.g. reRender):
<a4j:support event="onblur" reRender="usernameDecorate"/>
Sometimes it would be very userful if reRenders occur for multiple events.
For example there are two events in which you are interesed: onblur and onkeyup.
The onblur should check where a username containts valid characters (by using a regexp)
The onkeyup should display the current length of the username (in an <h:outputText />)
So, based on above example it would me nice if the support tag supported (hehe) more than one event).
For example: <a4j:support event="onblur,onkeyup" reRender="usernameDecorate"/>
I already tried to create a separate a4j:support for each event, but then only the first one is executed.
--
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
14 years, 8 months