[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
13 years, 7 months