Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 1.1 Beta
    • Component/s: None
    • Labels:
      None
    • Environment:
      jsf 2 icefaces 3 icemobile

      Description

      creation of a contentPane component to satisfy Patricks' requirement of panelStack but also be able to reuse this as server-side implementation for future layout components.
      For Patrick's requirements, see his comments here
      http://wiki.icesoft.com/display/mobile/LayoutContainer

        Issue Links

          Activity

          Repository Revision Date User Message
          ICEsoft Public SVN Repository #37684 Tue Aug 27 07:52:23 MDT 2013 philip.breau MOBI-218 ContentPane comp
          - remove deprecated and confusing selectedId attribute
          - remove unneeded ContentPaneController class
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneHandler.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #37683 Tue Aug 27 07:47:43 MDT 2013 philip.breau MOBI-218 ContentPane comp
          - remove deprecated and confusing selectedId attribute
          - remove unneeded ContentPaneController class
          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 #37681 Tue Aug 27 07:12:36 MDT 2013 philip.breau MOBI-218 ContentPane comp
          - remove deprecated and confusing selectedId attribute
          - remove unneeded ContentPaneController class
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstack/ContentStackRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstack/ContentStack.java
          Commit graph DEL /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/api/ContentPaneController.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29609 Wed Jun 20 17:16:58 MDT 2012 patrick.corless MOBI-218 addition of theme support for contentPane on android, bberry and honeycomb.
          Files Changed
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentpane/bberry
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentpane/honeycomb
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentpane/android
          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/contentpane/bberry/default-contentpane.css
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentpane/honeycomb/default-contentpane.css
          Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentpane/android/default-contentpane.css
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29607 Wed Jun 20 17:15:38 MDT 2012 patrick.corless MOBI-218 added fixedHieght attribute for tabsets used in tables and with c:foreach
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/tabSetInDataTable.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/tabSetWithCForEach.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/tabSetInMultiRowDataTable.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29605 Wed Jun 20 17:08:43 MDT 2012 judy.guglielmin MOBI-218 clean up of Meta file.
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneMeta.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29600 Wed Jun 20 16:09:04 MDT 2012 patrick.corless MOBI-218 touched up attributes for use of a tabset outside of a pagePane.
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/tabSetInDataTable.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/tabSetWithCForEach.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/tabSetInMultiRowDataTable.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29592 Wed Jun 20 15:23:24 MDT 2012 patrick.corless MOBI-218 updated home.jsp so that tabset tabs will mutate into a menubar when screen width is creater then 481 pixels.
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/home.jsp
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29587 Wed Jun 20 15:18:16 MDT 2012 patrick.corless MOBI-218 further tweaks to try and get textarea to submit data, still a work in progress.
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/InputTextTag.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29511 Thu Jun 14 11:32:49 MDT 2012 patrick.corless MOBI-218 updated mobile showcase's main panelStack to use the new contentPane attribute facelets = true. Also updated the individual demo tabset to client=true.
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/components/exampleTabset.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/metadata/context/ExampleImpl.java
          Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/showcase_small.xhtml
          Commit graph ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/util/CompTreeMonitor.java
          Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/tabset.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/content/content-stack.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/tabset-example.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/contentstack-example.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29373 Thu Jun 07 13:58:25 MDT 2012 judy.guglielmin MOBI-218 needed to commit this for contentPane has features of layout menu incorporated
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentstack/ContentStackRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentstack/ContentStackMeta.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentstack/ContentStack.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29372 Thu Jun 07 13:38:37 MDT 2012 judy.guglielmin MOBI-218 needed to commit this for contentPane
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/tabset/TabSetRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29370 Thu Jun 07 13:04:10 MDT 2012 judy.guglielmin MOBI-218 remove "cacheType" attribute for contentPane and subsequent fix of all test pages in mobitest to remove this attribute and replace it with "client" and "facelet" attributes.
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/accordionInMultiRowDataTable.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPane.java
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/includes/other.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/contentStackWithCForEach.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/contentStackInMultiRowDataTable.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/contentStackInDataTable.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneMeta.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/contentPane.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/ajaxComponents.html
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/panelStack-tabSet.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/tabSet.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/tabSetInDataTable.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/accordion.xhtml
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/includes
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneHandler.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/LayoutBean.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/tabSetWithCForEach.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/tabSetInMultiRowDataTable.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/index.html
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/accordionInDataTable.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/contentStack.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/accordionWithCForEach.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29280 Mon Jun 04 08:28:14 MDT 2012 mark.collette MOBI-218 : ContentPane component
          Files Changed
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/tabSetInDataTable.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/accordion.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/AccordionRenderer.java
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/accordionInMultiRowDataTable.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/tabset/TabSet.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/contentStackWithCForEach.xhtml
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/contentStackInMultiRowDataTable.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/LayoutBean.java
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/tabSetWithCForEach.xhtml
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/tabSetInMultiRowDataTable.xhtml
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/accordionInDataTable.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/tabSet.xhtml
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/accordionWithCForEach.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29270 Thu May 31 16:38:13 MDT 2012 mark.collette MOBI-218 : ContentPane component
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/AccordionRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/renderkit/BaseLayoutRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/tabSet.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/tabset/TabSetMeta.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/Accordion.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentstack/ContentStack.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/tabset/TabSetRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/AccordionMeta.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/accordion.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/resources/org.icefaces.component.accordion/accordion.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
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/utils/Utils.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29233 Tue May 29 15:46:45 MDT 2012 mark.collette MOBI-218 : ContentPane component
          Files Changed
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneHandler.java
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/contentStackWithCForEach.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/LayoutBean.java
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/contentStackInDataTable.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneMeta.java
          Commit graph MODIFY /icemobile/trunk/icemobile/lib/generator/ace-generator.jar
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/contentPane.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneRenderer.java
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/included.xhtml
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/contentStack.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29222 Mon May 28 16:01:46 MDT 2012 judy.guglielmin MOBI-218 remove findComponent call from contentPane to determine if it is the selected content
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/renderkit/BaseLayoutRenderer.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 #29111 Thu May 17 16:54:58 MDT 2012 judy.guglielmin MOBI-218 proper set of selectedId for tag handler as per Mark's instructions. All simple samples in mobitest working and selectedId returning what Mark requires
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentstack/ContentStackRenderer.java
          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/renderkit/BaseLayoutRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentstack/ContentStack.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/Accordion.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29073 Wed May 16 15:37:22 MDT 2012 judy.guglielmin MOBI-224 license headers and modify for mark's specs/comments on MOBI-218.
          Files Changed
          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/tabset/TabSetMeta.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/tabset/TabSetRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29071 Wed May 16 15:16:20 MDT 2012 judy.guglielmin MOBI-221 rework for tagHandler specifics on MOBI-218
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/AccordionRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/Accordion.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/AccordionMeta.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29061 Wed May 16 10:12:05 MDT 2012 judy.guglielmin MOBI-218. take logic out of getSelectedId for ContentStack as per Mark's request. Also, put license headers on these classes
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentstack/ContentStackRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPane.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneMeta.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentstack/ContentStackMeta.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentstack/ContentStack.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29056 Tue May 15 17:38:05 MDT 2012 judy.guglielmin MOBI-218....clean up the meta as it does not have a selectedId attribute. (part of contentStack)
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneMeta.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #28917 Wed May 02 16:33:09 MDT 2012 judy.guglielmin MOBI-218
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPane.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneMeta.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 #28916 Wed May 02 16:19:48 MDT 2012 judy.guglielmin MOBI-218, 221 layout update for contentStack and accordion tests
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layoutComponents.html
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #28914 Wed May 02 16:11:43 MDT 2012 judy.guglielmin MOBI-218, MOBI-223, MOBI-221 still work to do on accordion. css only for ipad and iphone at this point and only tested on those devices as well as desktop Chrome and Safari. Performance api is causing problems on ff, but that is built into page, so commenting it out makes things work
          Files Changed
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/AccordionRenderer.java
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/api/ContentPaneController.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/contentPane.xhtml
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/android
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ipad
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/Accordion.java
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/android/default-webkitOnly-accordion.css
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/AccordionMeta.java
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/api
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/utils/HTML.java
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentstack/ContentStackRenderer.java
          Commit graph ADD /icemobile/trunk/icemobile/components/component/resources/org.icefaces.component.accordion/accordion.js
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ipad/default-contentpane.css
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/iphone
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/iphone/default-contentpane.css
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/iphone
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/iphone/default-accordion.css
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/ipad/default-accordion.css
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentstack
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/accordion/ipad
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentstack/ContentStack.java
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/accordion.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/LayoutBean.java
          Commit graph MODIFY /icemobile/trunk/icemobile/components/component/build.xml
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentstack/ContentStackMeta.java
          Commit graph ADD /icemobile/trunk/icemobile/components/component/resources/org.icefaces.component.accordion
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #28701 Thu Apr 12 17:19:23 MDT 2012 judy.guglielmin MOBI-218 simple test of contentPane
          Files Changed
          Commit graph DEL /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/layoutContainer1.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layoutComponents.html
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/images/queen.jpg
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/images/kingOfClubs.jpg
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/LayoutBean.java
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/contentPane.xhtml
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/images/Joker.jpg
          Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #28699 Thu Apr 12 17:05:10 MDT 2012 judy.guglielmin MOBI-218
          Files Changed
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPane.java
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneMeta.java
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane
          Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/contentpane/ContentPaneRenderer.java

            People

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

              Dates

              • Created:
                Updated:
                Resolved: