Details
Description
add the contentStackMenu, navbar, etc to the sample apps
Activity
Migration
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31466 | Sun Oct 14 17:02:19 MDT 2012 | philip.breau | - add menuButton for theme switcher |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/theme/ThemeBean.java
MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/showcase.css ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/view/small.xhtml MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/view/large.xhtml MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/showcase.xhtml ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/header.png |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31492 | Tue Oct 16 07:53:29 MDT 2012 | philip.breau | - reverting changes from 31466 menuButton addition as there are too many styling issues with the pagePanel at the moment |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/theme/ThemeBean.java
MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/showcase.css MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/view/small.xhtml MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/view/large.xhtml MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/showcase.xhtml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31919 | Thu Nov 01 14:54:18 MDT 2012 | philip.breau | - adding contentStackMenu and contentNavBar to Mobile showcase |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/view/small.xhtml
ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/showcase2.xhtml 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 | #31937 | Fri Nov 02 10:28:47 MDT 2012 | philip.breau | - add separate page for contentStack/contentNavBar combo - only 1st 3 examples are shown |
Files Changed | ||||
ADD
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/view/small-navbar.xhtml
ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/showcase-navbar.xhtml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31959 | Sat Nov 03 12:22:39 MDT 2012 | philip.breau | - adjust example width |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/showcase.css
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31961 | Sun Nov 04 07:06:21 MST 2012 | philip.breau | - change back button to singleSubmit - change 'splash' contentPane to client = true to avoid blank page when returning |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/showcase.css
MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/view/small-pagepanel.xhtml MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/content/small-page-panel.xhtml MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/button-example.xhtml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31963 | Sun Nov 04 10:48:50 MST 2012 | philip.breau | - setting client="true" for accordion |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/view/small-pagepanel.xhtml
|
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | User Philip.breau [ philip.breau ] |
Migration
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Won't Fix [ 2 ] |
Migration
made changes -
Resolution | Won't Fix [ 2 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Migration
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Icefaces Administrator
made changes -
Assignee | Steve Maryka [ steve.maryka ] | User Philip.breau [ philip.breau ] |
Philip Breau
made changes -
Fix Version/s | 1.1 Beta [ 10320 ] |
mobileshowcase:-
should be using the contentStackMenu (accordion option so that all the info fits on the page for better usability). Then the example should also be placed into the showcase for contentStackMenu, contentNavBar (both have contentMenuItem as children....but don't have to be used together. These components are still new so can be modified if necessary, but should be functional to be used and renamed now, if necessary).
mediacast should be able to use contentNavBar now (doesn't need a menu) with the buttons for navigation to reduce the navigation model in backing beans currently utilized.
panelPopup should be fixed so it's usable for these applications. ( a jira is open and targeted for 1.2 Beta)
use menuButton for the theme change in the examples .