Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces 4.x
-
Assignee Priority:P2
-
Affects:Sample App./Tutorial
Description
The original intention for ace:buttonGroup was to support two distinct modes of operation:
1. Directly nested child checkboxButton and radioButton components.
2. None-nested buttons via specifying the id of a buttonGroup in the "group" attribute of radioButton/checkboxButton.
The 1st (nested) scenario has been working since ICEfaces 4.0, but the 2nd (none-nested) scenario has not worked until now.
1. Directly nested child checkboxButton and radioButton components.
2. None-nested buttons via specifying the id of a buttonGroup in the "group" attribute of radioButton/checkboxButton.
The 1st (nested) scenario has been working since ICEfaces 4.0, but the 2nd (none-nested) scenario has not worked until now.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Judy Guglielmin [ judy.guglielmin ] | |
Fix Version/s | 4.2 [ 12870 ] | |
Affects | Sample App./Tutorial [ 10001 ] |
Assignee Priority | P2 [ 10011 ] |
Assignee | Judy Guglielmin [ judy.guglielmin ] | Ken Fyten [ ken.fyten ] |
Assignee | Ken Fyten [ ken.fyten ] | Judy Guglielmin [ judy.guglielmin ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49344 | Thu Oct 06 13:41:21 MDT 2016 | judy.guglielmin | |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49345 | Thu Oct 06 14:06:05 MDT 2016 | judy.guglielmin | |
Files Changed | ||||
![]() |
Summary | Add new ace:buttonPanel demo to showcase for non-nested use-case | Support using buttonGroup with none-nested buttons via "group" attribute |
Description |
The current Showcase demo for the ace:buttonGroup component only shows the use-case where all the child ace:radiobutton or ace:checkboxbutton components are nested inside the buttonGroup.
We should add another demo that illustrates using the ace:buttonGroup with the child components outside of the buttonGroup, but associated with it via their "group" attribute. |
The original intention for ace:buttonGroup was to support two distinct modes of operation:
1. Directly nested child checkboxButton and radioButton components. 2. None-nested buttons via specifying the id of a buttonGroup in the "group" attribute of radioButton/checkboxButton. The 1st (nested) scenario has been working since ICEfaces 4.0, but the 2nd (none-nested) scenario has not worked until now. |
Attachment | Script.PNG [ 22313 ] |
Security | Private [ 10001 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49588 | Mon Nov 28 15:23:14 MST 2016 | judy.guglielmin | |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Fix Version/s | 4.2.BETA [ 13091 ] |
Security | Private [ 10001 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
rev 49344 has two new examples plus code to support the buttonGroup that can be used before the buttons on the page (from any location).
Note that the number of rows is something for QA to copy to their tests and then should be removed from the showcase example.