Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 Williams
-
Component/s: None
-
Labels:None
-
Environment:any
Description
The panelConfirmation dialog is used to differ execution of a command button by presenting the user with a confirm or cancel option. Commonly used for delete command to insure the users wants to proceed with execution.
The JSF representation of the component would be as follows:
<mobi:commandButton panelConfirmation="pcId" actionListener="#{myBean.delete}" />
<mobi:panelConfirmation id="pcId" messages="Delete?" acceptLabel="Yes" />
The JSF representation of the component would be as follows:
<mobi:commandButton panelConfirmation="pcId" actionListener="#{myBean.delete}" />
<mobi:panelConfirmation id="pcId" messages="Delete?" acceptLabel="Yes" />
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27688 | Tue Feb 07 10:19:15 MST 2012 | judy.guglielmin | |
Files Changed | ||||
ADD
/icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelconfirmation/PanelConfirmationRenderer.java
ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelconfirmation/PanelConfirmationMeta.java ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelconfirmation ADD /icemobile/branches/RC1-comps-dev/components/tests/mobitest/src/main/webapp/williams/panelConfirmation.xhtml MODIFY /icemobile/branches/RC1-comps-dev/components/tests/mobitest/src/main/webapp/williamsComponents.html ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelconfirmation/PanelConfirmation.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27689 | Tue Feb 07 10:27:17 MST 2012 | judy.guglielmin | |
Files Changed | ||||
ADD
/icemobile/branches/RC1-comps-dev/components/component/resources/org.icefaces.component.panelconfirmation
ADD /icemobile/branches/RC1-comps-dev/components/component/resources/org.icefaces.component.panelconfirmation/panelconfirmation.js |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27690 | Tue Feb 07 10:35:30 MST 2012 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/components/component/build.xml
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27705 | Tue Feb 07 18:39:53 MST 2012 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/button/CommandButtonRenderer.java
MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelconfirmation/PanelConfirmationMeta.java MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/button/CommandButtonMeta.java MODIFY /icemobile/branches/RC1-comps-dev/components/tests/mobitest/src/main/webapp/williams/panelConfirmation.xhtml MODIFY /icemobile/branches/RC1-comps-dev/components/component/resources/org.icefaces.component.panelconfirmation/panelconfirmation.js |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27710 | Wed Feb 08 11:05:35 MST 2012 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/button/CommandButtonRenderer.java
MODIFY /icemobile/branches/RC1-comps-dev/components/tests/mobitest/src/main/webapp/ajax/commandButton.xhtml MODIFY /icemobile/branches/RC1-comps-dev/components/tests/mobitest/src/main/webapp/williams/panelConfirmation.xhtml MODIFY /icemobile/branches/RC1-comps-dev/components/component/resources/org.icefaces.component.panelconfirmation/panelconfirmation.js |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27711 | Wed Feb 08 13:07:42 MST 2012 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelconfirmation/PanelConfirmationRenderer.java
MODIFY /icemobile/branches/RC1-comps-dev/components/component/resources/org.icefaces.component.panelconfirmation/panelconfirmation.js |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27712 | Wed Feb 08 13:47:13 MST 2012 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/button/CommandButtonRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27753 | Fri Feb 10 09:39:07 MST 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelconfirmation-example.xhtml
MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/layout/panelconfirmation/PanelConfirmation.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27786 | Sat Feb 11 11:59:35 MST 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelconfirmation/ipad/default-panelconfirmation.css
MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelconfirmation/iphone/default-panelconfirmation.css |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27844 | Tue Feb 14 13:24:16 MST 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelconfirmation-example.xhtml
MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelconfirmation-desc.xhtml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27870 | Wed Feb 15 14:19:19 MST 2012 | patrick.corless | |
Files Changed | ||||
ADD
/icemobile/trunk/icemobile/components/component/resources/org.icefaces.component.panelconfirmation
ADD /icemobile/trunk/icemobile/components/component/resources/org.icefaces.component.panelconfirmation/panelconfirmation.js |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28053 | Tue Feb 28 08:38:21 MST 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelconfirmation-example.xhtml
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28073 | Tue Feb 28 09:22:44 MST 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icemobile/branches/icemobile-1.0.0.A
|
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.0 Williams [ 10319 ] | |
Resolution | Fixed [ 1 ] |
Migration
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Judy given the current implementation of compat panelConfirmation. What is the path of least resistance to make the component work with any Command input component?
The client has requested that the confirmation should also be assgnable to menutItem in a menuBar, see
MOBI-151