Details

    • Type: New Feature New Feature
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 1.2 Beta
    • Component/s: Faces
    • Labels:
      None
    • Environment:
      all os all platform

      Description

      Should be usefull an accordion menu, a more compact menu like the menu proposed in the demo.
      es:
      all collapsed
      NODE TITLE1
      NODE TITLE2

      entry 1 expanded
      NODE TITLE1
      Entry
      Entry
      NODE TITLE2

      entry 2 expanded
      NODE TITLE1
      NODE TITLE2
      Entry
      Entry

        Issue Links

          Activity

          paolo ucchino created issue -
          Judy Guglielmin made changes -
          Field Original Value New Value
          Assignee Steve Maryka [ steve.maryka ] Judy Guglielmin [ judy.guglielmin ]
          Hide
          Ted Goddard added a comment -

          As a new component, targeting to 1.2 beta for now. A new component may not be necessary, so the current components should be tried out for this application.

          Show
          Ted Goddard added a comment - As a new component, targeting to 1.2 beta for now. A new component may not be necessary, so the current components should be tried out for this application.
          Ted Goddard made changes -
          Fix Version/s 1.2 Beta [ 10344 ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #30597 Thu Aug 23 13:48:20 MDT 2012 judy.guglielmin MOBI-240 implemented accordion feature in contentStackMenu. single View still needs work for functional requirements. Both need styling.
          Files Changed
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/MenuAccordionBean.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentmenuitem/ContentMenuItemRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstackmenu/ContentStackMenuRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layoutComponents.html
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/accordionMenuSingle.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/ipad/default-accordion.css
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstackmenu/ContentStackMenuMeta.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstackmenu/ContentStackMenu.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.accordion/accordion.js
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/accordionMenuComp.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/renderkit/BaseLayoutRenderer.java
          Hide
          Judy Guglielmin added a comment -

          for your review....
          currently if a menu item has a null value, then it's a heading (non-accordion) or it's an accordion handle if accordion is true.

          Show
          Judy Guglielmin added a comment - for your review.... currently if a menu item has a null value, then it's a heading (non-accordion) or it's an accordion handle if accordion is true.
          Judy Guglielmin made changes -
          Assignee Judy Guglielmin [ judy.guglielmin ] Patrick Corless [ patrick.corless ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #30606 Thu Aug 23 18:46:34 MDT 2012 judy.guglielmin MOBI-240 fixing so accordion menu single works (mostly) and fixed broken non-accorion single demos
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/MenuAccordionBean.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentmenuitem/ContentMenuItemRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/layoutMenuSingle.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstackmenu/ContentStackMenuRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/accordionMenuSingle.xhtml
          Hide
          Judy Guglielmin added a comment -

          the "accordion" attribute has been placed on the contentStackMenu and now needs some type of styling strategy implemented as I just re-used the mobi-accordion styling so user can't really override this styling without overriding all accordion components on page.

          Show
          Judy Guglielmin added a comment - the "accordion" attribute has been placed on the contentStackMenu and now needs some type of styling strategy implemented as I just re-used the mobi-accordion styling so user can't really override this styling without overriding all accordion components on page.
          Judy Guglielmin made changes -
          Link This issue depends on MOBI-226 [ MOBI-226 ]
          Judy Guglielmin made changes -
          Assignee Patrick Corless [ patrick.corless ] User Philip.breau [ philip.breau ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #30700 Wed Sep 05 19:30:55 MDT 2012 philip.breau MOBI-240 - accordion menu
          - adjusted underlying autoHeight to false for transitions
          - adjusted underlying cache to true
          - added mobi-layoutmenu css class name to root div so users can override accordion menu separately from accordion
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/iphone/default-accordion.css
          Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/honeycomb/default-accordion.css
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstackmenu/ContentStackMenuRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/android/default-accordion.css
          Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/ipad/default-accordion.css
          Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/bberry/default-accordion.css
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.accordion/accordion.js
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/accordionMenuComp.xhtml
          Hide
          Philip Breau added a comment -

          Revision: 30700
          Author: philip.breau
          Date: September-05-12 10:30:55 PM
          Message:
          MOBI-240 - accordion menu

          • adjusted underlying autoHeight to false for transitions
          • adjusted underlying cache to true
          • added mobi-layoutmenu css class name to root div so users can override accordion menu separately from accordion

            Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.accordion/accordion.js
            Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstackmenu/ContentStackMenuRenderer.java
            Modified : /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/accordionMenuComp.xhtml
            Modified : /icemobile/trunk/icemobile/resources/themes/android/default-accordion.css
            Modified : /icemobile/trunk/icemobile/resources/themes/bberry/default-accordion.css
            Modified : /icemobile/trunk/icemobile/resources/themes/honeycomb/default-accordion.css
            Modified : /icemobile/trunk/icemobile/resources/themes/ipad/default-accordion.css
            Modified : /icemobile/trunk/icemobile/resources/themes/iphone/default-accordion.css

          Show
          Philip Breau added a comment - Revision: 30700 Author: philip.breau Date: September-05-12 10:30:55 PM Message: MOBI-240 - accordion menu adjusted underlying autoHeight to false for transitions adjusted underlying cache to true added mobi-layoutmenu css class name to root div so users can override accordion menu separately from accordion Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.accordion/accordion.js Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstackmenu/ContentStackMenuRenderer.java Modified : /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/accordionMenuComp.xhtml Modified : /icemobile/trunk/icemobile/resources/themes/android/default-accordion.css Modified : /icemobile/trunk/icemobile/resources/themes/bberry/default-accordion.css Modified : /icemobile/trunk/icemobile/resources/themes/honeycomb/default-accordion.css Modified : /icemobile/trunk/icemobile/resources/themes/ipad/default-accordion.css Modified : /icemobile/trunk/icemobile/resources/themes/iphone/default-accordion.css
          Philip Breau made changes -
          Status Open [ 1 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #31887 Thu Nov 01 06:24:41 MDT 2012 philip.breau MOBI-240 - accordion menu
          - update js call to ice.mobi namespace
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentmenuitem/ContentMenuItemRenderer.java

            People

            • Assignee:
              Philip Breau
              Reporter:
              paolo ucchino
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: