Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.2
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ace
-
Assignee Priority:P2
Description
the accordion example in showcase with the page:-
accordionPanel.xhtml
uses
{code}
<h:selectManyCheckbox id="list" layout="pageDirection" selectedClass="selectedCheckBox" >
<f:selectItems value="#{accordionPanelBean.toDoList}"
var="listItem"
itemValue="#{listItem.value}"
itemLabel="#{listItem.key}"/>
<f:ajax execute="@this" render="@all"/>
</h:selectManyCheckbox>
{code}
In order to modify this to ace:checkboxButtons or ace:buttonGroup, the layout attribute would be useful (rather than having to nest the component within another c:forEach tag). Currently, these components only are rended in a horizontal manner (no vertical ability to list the checkbox or radios)
accordionPanel.xhtml
uses
{code}
<h:selectManyCheckbox id="list" layout="pageDirection" selectedClass="selectedCheckBox" >
<f:selectItems value="#{accordionPanelBean.toDoList}"
var="listItem"
itemValue="#{listItem.value}"
itemLabel="#{listItem.key}"/>
<f:ajax execute="@this" render="@all"/>
</h:selectManyCheckbox>
{code}
In order to modify this to ace:checkboxButtons or ace:buttonGroup, the layout attribute would be useful (rather than having to nest the component within another c:forEach tag). Currently, these components only are rended in a horizontal manner (no vertical ability to list the checkbox or radios)
Issue Links
Activity
Judy Guglielmin
created issue -
Judy Guglielmin
made changes -
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | EE-4.2.0.GA [ 13071 ] | |
Assignee Priority | P2 [ 10011 ] |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51651 | Thu Jun 15 16:40:05 MDT 2017 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/buttonGroup/buttonGroupDataTableColumn.xhtml
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51698 | Thu Jun 29 11:14:35 MDT 2017 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/accordionpanel/accordionPanel.xhtml
MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/ice.samples.showcase/override_styles.css |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
showcase examples that should be updated once this Jira is resolved:-
accordionPanel.xhtml
buttonGroupDataTableColumn.xhtml