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

          Judy Guglielmin created issue -
          Steve Maryka made changes -
          Field Original Value New Value
          Assignee Steve Maryka [ steve.maryka ] Judy Guglielmin [ judy.guglielmin ]
          Judy Guglielmin made changes -
          Fix Version/s 1.1 Beta [ 10320 ]
          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
          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 #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 #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 #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 #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 #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 #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
          Hide
          Patrick Corless added a comment -

          I've taken some time to review the LayoutMenu components and here are my findings.

          ContentStack

          • it is not immediately clear to me from the TLD doc what "singleView" attribute is use for?
          • the two columrn and one column example in comp-test don't seem to use this attribute
            consistently

          ContentPanel

          • "menuOrHome" does not seem to be necessary, both conentStack and layoutMenu have the notion
            of a selected pane, currentId and selectedPane respectively which are used to define the currently
            selected pane.

          LayoutMenu

          • should be renamed to contentStackMenu so the association with ContentStack is more clear.
          • child mobi:layoutMenuItem should be renamed mobi:contentStackMenuItems to be more
            consistent with the series pattern.
          • a new component mobi:contentStackMenuItem should be created to allow menu's to be defined
            in the view without an Bean value binding.
          • layoutmenu has a selectedPane attribute which seems redundant, as the associated panelStack
            reference by Id has the same value binding.

          ContentNavBar

          • when manually manipulating the currentId and selectedPane value binding via an action the
            "menuButtonTarget" is no longer respected and navigation is always to the "menuOrHome" definition.
            refreshign the page shows the correct page.
          • menuButtonTargetId atribute should line up with the name as define in contentStack/contentPane,
            I would suggest targetContentPaneId

          Updated Tests

          • layout/layoutMenuSingleIncludes.jsf
          • splash, data/time and tabset pages all have a new button "goto page panel 4", click this button
            takes the user to panel4. The panel 4 contentPane has a child contentNavbar with a
            menuButtonTargetId="panel3". However when clicked on the menu panel is shown.
          • onclick="mobi.layoutMenu.showMenu('stack1', {selectedId: 'panel3', singleSubmit: true, client: false, single: true}

            );

          • the above JavaScript look fines but the execution seems to be incorrect.
          • layout/layoutMenu2.xhtml
          • added <h:commandButton /> with navigation to panel3, same behaviour as above.
            back button should point back to panel3 which doesn't seem to work.
          Show
          Patrick Corless added a comment - I've taken some time to review the LayoutMenu components and here are my findings. ContentStack it is not immediately clear to me from the TLD doc what "singleView" attribute is use for? the two columrn and one column example in comp-test don't seem to use this attribute consistently ContentPanel "menuOrHome" does not seem to be necessary, both conentStack and layoutMenu have the notion of a selected pane, currentId and selectedPane respectively which are used to define the currently selected pane. LayoutMenu should be renamed to contentStackMenu so the association with ContentStack is more clear. child mobi:layoutMenuItem should be renamed mobi:contentStackMenuItems to be more consistent with the series pattern. a new component mobi:contentStackMenuItem should be created to allow menu's to be defined in the view without an Bean value binding. layoutmenu has a selectedPane attribute which seems redundant, as the associated panelStack reference by Id has the same value binding. ContentNavBar when manually manipulating the currentId and selectedPane value binding via an action the "menuButtonTarget" is no longer respected and navigation is always to the "menuOrHome" definition. refreshign the page shows the correct page. menuButtonTargetId atribute should line up with the name as define in contentStack/contentPane, I would suggest targetContentPaneId Updated Tests layout/layoutMenuSingleIncludes.jsf splash, data/time and tabset pages all have a new button "goto page panel 4", click this button takes the user to panel4. The panel 4 contentPane has a child contentNavbar with a menuButtonTargetId="panel3". However when clicked on the menu panel is shown. onclick="mobi.layoutMenu.showMenu('stack1', {selectedId: 'panel3', singleSubmit: true, client: false, single: true} ); the above JavaScript look fines but the execution seems to be incorrect. layout/layoutMenu2.xhtml added <h:commandButton /> with navigation to panel3, same behaviour as above. back button should point back to panel3 which doesn't seem to work.
          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
          Hide
          Judy Guglielmin added a comment -

          Answers to last comment:-
          ContentStack
          -singleView is only significant if you have a single column stack which must contain the menu. Otherwise, you can have as many columns in your layout that you want or have room for. Samples in mobitest only show this attribute in the singleView examples since it defaults to "false". No need to have it in the markup for anything other than a singleView layout.

          ContentPanel
          -menuOrHome denotes the panel you wish to configure with the "menu" button option on the contentNavBar. If a panel is denoted this, then the menu (or home or whatever you want to call it), will automatically be the selected id when pressing it. It is necessary if you want to always be able to find "home/menu".

          LayoutMenu
          -agreed on rename which I had proposed several weeks back, but then everyone else deemed it was not necessary at the time.
          -good idea to allow the single feature of the item.
          -perhaps a defaultPane attribute would be better than a selected one?
          -was considering allowing the contentStack to do the entire thing and just have the menuItems declared within it, but wasn't sure how to accomplish it. (not having the menu component but an attribute that would determine the menu was to be used with it and take all attributes from the contentStack and it's children).

          contentNavBar
          -If your panel is designated as menuOrHome="true" then the menu button will always take you there.

          • perhaps another type of button (navButton?) that would allow you to go quickly to any other page (I was considering previous as a button here but was waiting for your feedback

          UpdatedTests.
          -will take a look but you may want to consider the notes above and then revise tests again, so let me know. Test on layout/layoutMenu2.xhtml definitely sounds like something that needs to be fixed.

          Show
          Judy Guglielmin added a comment - Answers to last comment:- ContentStack -singleView is only significant if you have a single column stack which must contain the menu. Otherwise, you can have as many columns in your layout that you want or have room for. Samples in mobitest only show this attribute in the singleView examples since it defaults to "false". No need to have it in the markup for anything other than a singleView layout. ContentPanel -menuOrHome denotes the panel you wish to configure with the "menu" button option on the contentNavBar. If a panel is denoted this, then the menu (or home or whatever you want to call it), will automatically be the selected id when pressing it. It is necessary if you want to always be able to find "home/menu". LayoutMenu -agreed on rename which I had proposed several weeks back, but then everyone else deemed it was not necessary at the time. -good idea to allow the single feature of the item. -perhaps a defaultPane attribute would be better than a selected one? -was considering allowing the contentStack to do the entire thing and just have the menuItems declared within it, but wasn't sure how to accomplish it. (not having the menu component but an attribute that would determine the menu was to be used with it and take all attributes from the contentStack and it's children). contentNavBar -If your panel is designated as menuOrHome="true" then the menu button will always take you there. perhaps another type of button (navButton?) that would allow you to go quickly to any other page (I was considering previous as a button here but was waiting for your feedback UpdatedTests. -will take a look but you may want to consider the notes above and then revise tests again, so let me know. Test on layout/layoutMenu2.xhtml definitely sounds like something that needs to be fixed.
          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 #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 #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
          Hide
          Judy Guglielmin added a comment - - edited

          singleView for contentStack component is now determined and state-saved by ContentStack component. If it has a child that is the contentStackMenu, then it assumes a singleView. Otherwise, it may have a contentStackMenu which is a sibling (> 1 column) or no menu component at all.

          Problems identified on tests above were not updating the value on the server, so problem was in the tests themselves. WHen a contentPane has client="true" and then pushed a contentPane that has client="false", the update script tag can be clobbered by domdiff, so added hashcode to ensure the script is there for the update.

          Show
          Judy Guglielmin added a comment - - edited singleView for contentStack component is now determined and state-saved by ContentStack component. If it has a child that is the contentStackMenu, then it assumes a singleView. Otherwise, it may have a contentStackMenu which is a sibling (> 1 column) or no menu component at all. Problems identified on tests above were not updating the value on the server, so problem was in the tests themselves. WHen a contentPane has client="true" and then pushed a contentPane that has client="false", the update script tag can be clobbered by domdiff, so added hashcode to ensure the script is there for the update.
          Hide
          Judy Guglielmin added a comment -

          to be completed after 1.1 final

          Show
          Judy Guglielmin added a comment - to be completed after 1.1 final
          Judy Guglielmin made changes -
          Fix Version/s EE 1.1 [ 10339 ]
          Fix Version/s 1.1 Beta [ 10320 ]
          Judy Guglielmin made changes -
          Fix Version/s 1.2 Beta [ 10344 ]
          Fix Version/s EE 1.1 [ 10339 ]
          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
          Hide
          Judy Guglielmin added a comment -

          styling strategy as I just re-used existing css for list, buttons and accordion-style menu (will assign the jira for accordion for you, unless you want an entirely new jira for styling strategy and just link to these components?). Components that are related in this endeavor are contentStackMenu, contentMenuItem, and contentNavBar

          Show
          Judy Guglielmin added a comment - styling strategy as I just re-used existing css for list, buttons and accordion-style menu (will assign the jira for accordion for you, unless you want an entirely new jira for styling strategy and just link to these components?). Components that are related in this endeavor are contentStackMenu, contentMenuItem, and contentNavBar
          Judy Guglielmin made changes -
          Summary layoutMenu for container type layout on client contentStackMenu for container type layout on client with navigation
          Component/s Faces [ 10062 ]
          Assignee Judy Guglielmin [ judy.guglielmin ] User Philip.breau [ philip.breau ]
          Judy Guglielmin made changes -
          Link This issue blocks MOBI-240 [ MOBI-240 ]
          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 #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 #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
          Hide
          Philip Breau added a comment - - edited

          some basic styling updates for the contentPane have been checked in. For the contentNavBar and contentMenuItem, I think we should avoid copying and pasting any css into new class rules, and instead just use the existing style classes. For the contentMenuItems, you can render 'mobi-button' along with whatever style you want, such as 'mobi-button mobi-button-default' or 'mobi-button mobi-button-important'. For the contentNavBar, perhaps you should render the 'mobi-pagePanel-header' class.

          Show
          Philip Breau added a comment - - edited some basic styling updates for the contentPane have been checked in. For the contentNavBar and contentMenuItem, I think we should avoid copying and pasting any css into new class rules, and instead just use the existing style classes. For the contentMenuItems, you can render 'mobi-button' along with whatever style you want, such as 'mobi-button mobi-button-default' or 'mobi-button mobi-button-important'. For the contentNavBar, perhaps you should render the 'mobi-pagePanel-header' class.
          Migration made changes -
          Assignee User Philip.breau [ philip.breau ] Judy Guglielmin [ judy.guglielmin ]
          Hide
          Judy Guglielmin added a comment -

          any further issues with these components should be opened with specific jiras describing those issues.

          Show
          Judy Guglielmin added a comment - any further issues with these components should be opened with specific jiras describing those issues.
          Judy Guglielmin made changes -
          Status Open [ 1 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]

            People

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

              Dates

              • Created:
                Updated:
                Resolved: