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.
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.