Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 Final
-
Component/s: None
-
Labels:None
-
Environment:any
Description
Creation of a generic popup panel for for use on mobile devices. Place holder bug more information to come.
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Patrick Corless [ patrick.corless ] |
Patrick Corless
made changes -
Fix Version/s | 1.0 Final [ 10292 ] |
Judy Guglielmin
made changes -
Assignee | Patrick Corless [ patrick.corless ] | Judy Guglielmin [ judy.guglielmin ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27776 | Fri Feb 10 15:35:30 MST 2012 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/components/component/resources/org.icefaces.component.panelpopup/panelpopup.js
MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/PanelPopupRenderer.java MODIFY /icemobile/branches/RC1-comps-dev/components/tests/mobitest/src/main/webapp/williams/panelPopup.xhtml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27787 | Sat Feb 11 12:05:46 MST 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelpopup-example.xhtml
ADD /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/test.xml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27843 | Tue Feb 14 13:23:40 MST 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelpopup-example.xhtml
MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelpopup-desc.xhtml MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/layout/panelPopup/PanelPopupBean.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27863 | Wed Feb 15 12:13:05 MST 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/ipad/default-panelpopup.css
|
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Migration
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
A mobile panel popup component would display a modal dialog on top of the current page content. The content of the popup would be customizable by the developer. The default size of the popup would be slightly smaller than the window size and would allow for vertical and horizontal scrolling if the content is larger than the popup bounds. The JSF representation of the component would be as follows:
<mobi: panelPopup rendered="#
{myBean.showing}">
<h:outputText value="Vanilla dialog"/>
</mobi:panelPopup>