ICEfaces
  1. ICEfaces
  2. ICE-11311

add layout attribute to ace:checkboxButtons, ace:radioButtons and ace:buttonGroup

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major 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)

        Issue Links

          Activity

          Repository Revision Date User Message
          ICEsoft Public SVN Repository #51698 Thu Jun 29 11:14:35 MDT 2017 judy.guglielmin ICE-11258 added font-size rules for checkboxButtons and radioButtons and used layout for checkboxButtons in accordion.xhtml page (ICE-11311).
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/accordionpanel/accordionPanel.xhtml
          Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/ice.samples.showcase/override_styles.css
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #51651 Thu Jun 15 16:40:05 MDT 2017 judy.guglielmin ICE-11258 for ICE-11311 radioButtons replace
          Files Changed
          Commit graph 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 #51623 Mon Jun 12 10:33:09 MDT 2017 art.zambrano ICE-11311 added layout attribute to ace:checkboxButtons, ace:radioButtons and ace:buttonGroup
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobuttons/RadioButtonsMeta.java
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/checkboxbuttons/CheckboxButtonsRenderer.java
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/checkboxbuttons/CheckboxButtonsMeta.java
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/buttongroup/buttongroup.css
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/buttongroup/ButtonGroupMeta.java
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/buttongroup/ButtonGroupRenderer.java
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/buttongroup
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobuttons/RadioButtonsRenderer.java
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.css
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/checkboxbutton/checkboxbutton.css

            People

            • Assignee:
              Arturo Zambrano
              Reporter:
              Judy Guglielmin
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: