ICEmobile
  1. ICEmobile
  2. MOBI-226

contentStackMenu for container type layout on client with navigation

    Details

    • Type: New Feature New Feature
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.1 Beta
    • Fix Version/s: 1.2 Beta
    • Component/s: Faces
    • Labels:
      None
    • Environment:
      jsf 2 icefaces3

      Description

      proposed to interact with contentStack component. Can either be done manually with some other type components, but in order to provide easy development want to give some basic attributes for developers to work with new contentStack component, other than accordion and tabSet which has it's own client side behaviour.

        Issue Links

          Activity

          Repository Revision Date User Message
          ICEsoft Public SVN Repository #31967 Sun Nov 04 12:07:19 MST 2012 philip.breau MOBI-226
          - removing border on content-page style class
          - setting border-box box-sizing on content-page to avoid impacting other full width layout commponents
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_content-pane.css
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #31919 Thu Nov 01 14:54:18 MDT 2012 philip.breau MOBI-389 Add more layout components to demos
          - adding contentStackMenu and contentNavBar to Mobile showcase
          MOBI-226 contentStackMenu for container type layout on client with navigation
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/view/small.xhtml
          Commit graph ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/showcase2.xhtml
          Commit graph ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/content/menu-navbar.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #30778 Mon Sep 10 11:20:38 MDT 2012 judy.guglielmin MOBI-226 example for mobitest where contentMenuItem are listed rather than using a value of a list with the var
          Files Changed
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStackMenuNoValue.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #30548 Fri Aug 17 13:04:50 MDT 2012 judy.guglielmin MOBI-226 contentNavBar works with single or double column layout tests
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/ContentMenuSingleBean.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/layoutMenuSingleIncludes.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentnavbar/ContentNavBarRenderer.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/layoutMenu2.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/layoutMenu.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/renderkit/BaseLayoutRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #30089 Wed Jul 18 15:23:55 MDT 2012 judy.guglielmin MOBI-226 renamed java classes for layoutMenu to contentStackMenu and items. Also fixed tests as problems with parameterized setting of panels in backing bean. Request not being submitted properly so not being changed on server. Still must redo contentNavBar (different jira) to take children which are menu items.
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #30088 Wed Jul 18 15:23:19 MDT 2012 judy.guglielmin MOBI-226 renamed java classes for layoutMenu to contentStackMenu and items. Also fixed tests as problems with parameterized setting of panels in backing bean. Request not being submitted properly so not being changed on server. Still must redo contentNavBar (different jira) to take children which are menu items.
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentnavbar/ContentNavBarRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #30086 Wed Jul 18 15:06:38 MDT 2012 judy.guglielmin MOBI-226 renamed java classes for layoutMenu to contentStackMenu and items. Also fixed tests as problems with parameterized setting of panels in backing bean. Request not being submitted properly so not being changed on server. Still must redo contentNavBar (different jira) to take children which are menu items.
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.layoutmenu/layoutmenu.js
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstackmenu/ContentMenuItemMeta.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStack.xhtml
          Commit graph ADD /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/utils/Utils.java
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstackmenu
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstackmenu/ContentStackMenu.java
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstackmenu/ContentStackMenuMeta.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/layoutMenu.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/ContentMenuSingleBean.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/layoutMenuSingleIncludes.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstack/ContentStack.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstack/ContentStackRenderer.java
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstackmenu/ContentMenuItem.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstack/ContentStackMeta.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/tests/mobitest/src/main/java/org/icefaces/mobile/layout/LayoutBean.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/layoutMenu2.xhtml
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstackmenu/ContentMenuItemRenderer.java
          Commit graph DEL /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/layoutmenu
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29812 Wed Jul 04 16:05:01 MDT 2012 patrick.corless MOBI-226 updated test cases for layout menu.
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/ContentMenuSingleBean.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/layoutMenuSingleIncludes.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/layoutMenu2.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29664 Fri Jun 22 17:23:38 MDT 2012 judy.guglielmin MOBI-226 accidentally added another form (when it's in the includes/other.xhtml)
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/layoutMenuSingleIncludes.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29663 Fri Jun 22 17:20:42 MDT 2012 judy.guglielmin MOBI-226 reworking css so menu transitions out. Still needs some tweaks.
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentpane/ipad/default-contentpane.css
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29654 Fri Jun 22 14:44:54 MDT 2012 judy.guglielmin MOBI-226 transitions sliding in working. Menu sliding out still needs work. Response updates are minimized.
          Files Changed
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/layoutMenuSingleIncludes.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.layoutmenu/layoutmenu.js
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/layoutmenu/LayoutMenuRenderer.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/tests/mobitest/src/main/java/org/icefaces/mobile/layout/LayoutBean.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/layoutComponents.html
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/layoutmenu/LayoutMenuItemRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneMeta.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/layoutMenu.xhtml
          Commit graph DEL /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/layoutMenuSingleTransitions.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29618 Thu Jun 21 10:53:55 MDT 2012 judy.guglielmin MOBI-226 fixed typo in build.xml for layoutmenu.js path
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/build.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29553 Tue Jun 19 17:50:08 MDT 2012 judy.guglielmin MOBI-226 layoutMenu initial checkin. Will check in tests after Thursday's meeting and weekly build
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentpane/ipad/default-contentpane.css
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/layoutmenu/LayoutMenu.java
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.layoutmenu/layoutmenu.js
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/layoutmenu/ipad/default-layoutmenu.css
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/layoutmenu/LayoutMenuRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/build.xml
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentnavbar
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/layoutmenu/LayoutMenuItemRenderer.java
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstack/ipad
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/layoutmenu/LayoutMenuMeta.java
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/layoutmenu/ipad
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentnavbar/ipad/default-contentnavbar.css
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstack/ContentStackRenderer.java
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstack/ipad/default-contentstack.css
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.layoutmenu
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneRenderer.java
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/layoutmenu/LayoutMenuItem.java
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/layoutmenu/LayoutMenuItemMeta.java
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/layoutmenu
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentnavbar/ipad
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29417 Fri Jun 08 17:20:30 MDT 2012 judy.guglielmin MOBI-226 simplified test of nested tabSet in contentStack
          Files Changed
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/tabSetIncontentStack.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29416 Fri Jun 08 17:06:41 MDT 2012 judy.guglielmin MOBI-226 all tests in mobitest passing for tabSet. Still a bit of work to do with tabSet in composite component for mobileshowcase
          Files Changed
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/ContentMenuSingleBean.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.tabset/tabset.js
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/includes/other.xhtml
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/includes/date-example.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layoutComponents.html
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneMeta.java
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/includes/splash.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/tabset/TabSetRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29377 Thu Jun 07 16:07:22 MDT 2012 judy.guglielmin MOBI-226 nested tabSet now working.
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/resources/org.icefaces.component.tabset/tabset.js
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/tabset/TabSet.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneRenderer.java

            People

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

              Dates

              • Created:
                Updated:
                Resolved: