Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.1 Beta
-
Fix Version/s: 1.1 Final
-
Component/s: None
-
Labels:None
-
Environment:mobile
Description
The page Panel defines a header, body and footer facet and when used with combination with deviceStyleSheet will be styled for the detected device.
<pagePanel>
<facet name="header" />
<facet name="body" />
<facet name="footer" />
</pagePanel>
The component can be used in a panelStack or on its own or not at all. All depends on what the developer is up too. Here is simple mobile component example showing how to use a the camera component but will get a nice pretty wrapper.
<pagePanel>
<facet name="header" >Camera Example</facet>
<facet name="body" >
<fieldsetGroup>
<fieldsetRow>
<form>
<camcorder id="cc" type="basic"
value="#{camcorderBean.clip}"/>
<thumbnail for="cc"/>
<commandButton >
</form>
</fieldsetRow>
</filedsetGroup>
</facet>
</pagePanel>
<pagePanel>
<facet name="header" />
<facet name="body" />
<facet name="footer" />
</pagePanel>
The component can be used in a panelStack or on its own or not at all. All depends on what the developer is up too. Here is simple mobile component example showing how to use a the camera component but will get a nice pretty wrapper.
<pagePanel>
<facet name="header" >Camera Example</facet>
<facet name="body" >
<fieldsetGroup>
<fieldsetRow>
<form>
<camcorder id="cc" type="basic"
value="#{camcorderBean.clip}"/>
<thumbnail for="cc"/>
<commandButton >
</form>
</fieldsetRow>
</filedsetGroup>
</facet>
</pagePanel>
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.1 Beta [ 10320 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29099 | Thu May 17 14:42:22 MDT 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/iphone/default-page-panel.css
|
Migration
made changes -
Fix Version/s | 1.2 Beta [ 10344 ] | |
Fix Version/s | 1.1 Beta [ 10320 ] |
Migration
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Migration
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Migration
made changes -
Fix Version/s | 1.1 Final [ 10343 ] | |
Fix Version/s | 1.2 Beta [ 10344 ] |
Migration
made changes -
Fix Version/s | 1.2 Beta [ 10344 ] | |
Fix Version/s | 1.1 Final [ 10343 ] |
Migration
made changes -
Fix Version/s | 1.1 Final [ 10343 ] | |
Fix Version/s | 1.2 Beta [ 10344 ] |
Philip Breau
made changes -
Status | Reopened [ 4 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Going to take a shot at this one.