Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.0 Beta
    • Fix Version/s: 1.0 Final
    • Component/s: None
    • Labels:
      None
    • Environment:
      any

      Description

      Create a new component that will block users interaction when a form has been submitted and will hide when the response as been received. Place holder bug, more info to come.

        Activity

        Patrick Corless created issue -
        Patrick Corless made changes -
        Field Original Value New Value
        Fix Version/s 1.0 Final [ 10292 ]
        Patrick Corless made changes -
        Assignee Steve Maryka [ steve.maryka ] Patrick Corless [ patrick.corless ]
        Hide
        Patrick Corless added a comment -

        The blocking progress popup components intent is to block user interaction during form submission. It is assumed the blocking progress popup will be indeterminate in nature and act on the ICEfaces bridge event ice.onBeforeSubmit and ice.onAfterUpdate to control visibility. A new mobi component should be created and have the following characteristics.

        • Assignable to mobi:commandButton using a 'for' attribute binding to insure the dialog will only show when configured to do so.
        • Default style would lighten screen with and show an indeterminate progress animated image.
        • Well defined layout and CSS definitions to make the dialog easily skinnable.
        • Child elements of the component would render in the popup.
          The JSF representation of the component would be as follows.

        <mobi:submitNotification for="someButton" >
        <h:outputText value="Processing" />
        </mobi:submitNotification>
        <mobi:commandButton id="someButton" actionListener="#

        {myActionBean.action}

        />

        Show
        Patrick Corless added a comment - The blocking progress popup components intent is to block user interaction during form submission. It is assumed the blocking progress popup will be indeterminate in nature and act on the ICEfaces bridge event ice.onBeforeSubmit and ice.onAfterUpdate to control visibility. A new mobi component should be created and have the following characteristics. Assignable to mobi:commandButton using a 'for' attribute binding to insure the dialog will only show when configured to do so. Default style would lighten screen with and show an indeterminate progress animated image. Well defined layout and CSS definitions to make the dialog easily skinnable. Child elements of the component would render in the popup. The JSF representation of the component would be as follows. <mobi:submitNotification for="someButton" > <h:outputText value="Processing" /> </mobi:submitNotification> <mobi:commandButton id="someButton" actionListener="# {myActionBean.action} />
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #27709 Wed Feb 08 09:25:31 MST 2012 patrick.corless MOBI-152 addition of panelpopup component packaging and css.
        Files Changed
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/ipad
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/android/default-panelconfirmation.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/honeycomb
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/ipad/default-panelconfirmation.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/bberry
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/bberry/default-panelconfirmation.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/build.xml
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/iphone/default-panelconfirmation.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/iphone
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/honeycomb/default-panelconfirmation.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/android
        Judy Guglielmin made changes -
        Assignee Patrick Corless [ patrick.corless ] Judy Guglielmin [ judy.guglielmin ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #27716 Thu Feb 09 09:19:41 MST 2012 patrick.corless MOBI-152 removed uppercase characters from css names. .
        Files Changed
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/ipad/default-panelpopup.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/iphone/default-panelpopup.css
        Commit graph DEL /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/android/default-panelconfirmation.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/bberry/default-panelpopup.css
        Commit graph DEL /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/ipad/default-panelconfirmation.css
        Commit graph DEL /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/bberry/default-panelconfirmation.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/android/default-panelpopup.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/honeycomb/default-panelpopup.css
        Commit graph DEL /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/iphone/default-panelconfirmation.css
        Commit graph DEL /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelpopup/honeycomb/default-panelconfirmation.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #27717 Thu Feb 09 09:20:43 MST 2012 patrick.corless MOBI-152 addition of panelPopup example and composite component.
        Files Changed
        Commit graph REPLACE /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelconfirmation-example.xhtml
        Commit graph ADD /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelpopup.xhtml
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/layout/panelconfirmation/CancelAction.java
        Commit graph ADD /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/resources/components/panelPopup.xhtml
        Commit graph REPLACE /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelconfirmation-desc.xhtml
        Commit graph ADD /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/layout/panelPopup/PanelPopupBean.java
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/layout/panelconfirmation/AcceptAction.java
        Commit graph ADD /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelpopup-example.xhtml
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/resources/org/icemobile/samples/mobileshowcase/view/resources/messages.properties
        Commit graph ADD /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelpopup-desc.xhtml
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/resources/components/panelConfirmation.xhtml
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/layout/panelconfirmation/PanelConfirmation.java
        Commit graph ADD /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/layout/panelPopup
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/navigation/LayoutAndNavigationMenu.java
        Commit graph REPLACE /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelconfirmation.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #27764 Fri Feb 10 13:41:20 MST 2012 patrick.corless MOBI-152 addition of basic style class for submitNotification
        Files Changed
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/android/default-submitnotification.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/bberry
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/ipad
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/bberry/default-submitnotification.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/android
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/honeycomb/default-submitnotificaiton.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/honeycomb
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/iphone
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/ipad/default-submitnotification.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/iphone/default-submitnotification.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification
        Hide
        Judy Guglielmin added a comment -

        could it be considered to do one of the following for this component?

        <mobi:commandButton id="someButton" actionListener="#

        {myActionBean.action}

        notificationPanel="notifOne"/>

        <mobi:submitNotification >
        <h:outputText value="Processing" />
        </mobi:submitNotification>

        ?? Much easier to implement since the process begins and ends with the request originating from the commandButton and this would be very similar to panelConfirmation.

        was also wondering if we could somehow make use of the mobi:ajax tag onStart is executed directly before the ajax submit and onComplete is executed directly after completion of the ajax request.

        Show
        Judy Guglielmin added a comment - could it be considered to do one of the following for this component? <mobi:commandButton id="someButton" actionListener="# {myActionBean.action} notificationPanel="notifOne"/> <mobi:submitNotification > <h:outputText value="Processing" /> </mobi:submitNotification> ?? Much easier to implement since the process begins and ends with the request originating from the commandButton and this would be very similar to panelConfirmation. was also wondering if we could somehow make use of the mobi:ajax tag onStart is executed directly before the ajax submit and onComplete is executed directly after completion of the ajax request.
        Hide
        Patrick Corless added a comment -

        <mobi:commandButton id="someButton" actionListener="#

        {myActionBean.action}

        notificationPanel="notifOne"/>

        <mobi:submitNotification id="notifOne">
        <h:outputText value="Processing" />
        </mobi:submitNotification>

        Keeping it consistent with confirmation panel I think is key. You could consider the mobie:ajax tag but the end user probably doesn't need that level of control. The component could popup and hide with bridge event ice.onBeforeSubmit and ice.onAfterUpdate or something similar. Pretty sure ice.onBeforeSubmit gets called before the request is sent as the services group has built several composite components that do the same thing.

        Show
        Patrick Corless added a comment - <mobi:commandButton id="someButton" actionListener="# {myActionBean.action} notificationPanel="notifOne"/> <mobi:submitNotification id="notifOne"> <h:outputText value="Processing" /> </mobi:submitNotification> Keeping it consistent with confirmation panel I think is key. You could consider the mobie:ajax tag but the end user probably doesn't need that level of control. The component could popup and hide with bridge event ice.onBeforeSubmit and ice.onAfterUpdate or something similar. Pretty sure ice.onBeforeSubmit gets called before the request is sent as the services group has built several composite components that do the same thing.
        Hide
        Judy Guglielmin added a comment -

        is it possible to have both panelConfirmation and notificationPanel on same commandButton?

        Show
        Judy Guglielmin added a comment - is it possible to have both panelConfirmation and notificationPanel on same commandButton?
        Hide
        Patrick Corless added a comment -

        I think it would be possible. the submit notification panel wouldn't popup unless the accept button was pressed.

        Show
        Patrick Corless added a comment - I think it would be possible. the submit notification panel wouldn't popup unless the accept button was pressed.
        Hide
        Judy Guglielmin added a comment -

        OK..that's kind of what I figured....
        Am reworking the command button & panelconfrimationfor all these variations....panelConfrimation, submitNotificaiton, ajax behaviours, singleSubmit....making sure I have all combinations of these covered.

        Show
        Judy Guglielmin added a comment - OK..that's kind of what I figured.... Am reworking the command button & panelconfrimationfor all these variations....panelConfrimation, submitNotificaiton, ajax behaviours, singleSubmit....making sure I have all combinations of these covered.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #27789 Sun Feb 12 02:45:54 MST 2012 judy.guglielmin MOBI-152 refactored commandButton, panelConfirmation and added submitNotification initial checking. Still have lots of testing and to finish submitNotification (need to still implement turn off the panel ).
        Files Changed
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/button/CommandButtonRenderer.java
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotificationMeta.java
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/button/CommandButtonMeta.java
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/tests/mobitest/src/main/webapp/williamsComponents.html
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/resources/org.icefaces.component.button
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/renderkit/BaseResourceRenderer.java
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/tests/mobitest/src/main/webapp/williams/submitNotification.xhtml
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/tests/mobitest/src/main/java/org/icefaces/mobile/InputBean.java
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/panelconfirmation/PanelConfirmationRenderer.java
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/resources/org.icefaces.component.submitnotification/submitnotification.js
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotification.java
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/renderkit/BaseInputResourceRenderer.java
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotificationRenderer.java
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/resources/org.icefaces.component.submitnotification
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/resources/org.icefaces.component.panelconfirmation/panelconfirmation.js
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/renderkit/CoreRenderer.java
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/resources/org.icefaces.component.button/button.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #27790 Sun Feb 12 09:35:49 MST 2012 patrick.corless MOBI-152 added submitNotification css to build concatinator and compressor
        Files Changed
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/build.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #27791 Sun Feb 12 12:27:47 MST 2012 judy.guglielmin MOBI-152 most functionality is there more testing required
        Files Changed
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/button/CommandButtonRenderer.java
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/tests/mobitest/src/main/java/org/icefaces/mobile/InputBean.java
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/resources/org.icefaces.component.submitnotification/submitnotification.js
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotificationRenderer.java
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/renderkit/CoreRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #27792 Sun Feb 12 14:20:17 MST 2012 patrick.corless MOBI-152 style tweaks for blocking submit popup. Still some animated gif issues with regards to the transparency on android.
        Files Changed
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/android/default-submitnotification.css
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/bberry/default-submitnotification.css
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/honeycomb/default-submitnotificaiton.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/bberry/spinner.gif
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotificationRenderer.java
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/ipad/default-submitnotification.css
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/iphone/default-submitnotification.css
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/android/spinner.gif
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/iphone/spinner.gif
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/honeycomb/spinner.gif
        Commit graph ADD /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/ipad/spinner.gif
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #27793 Sun Feb 12 14:21:28 MST 2012 patrick.corless MOBI-152 addition of submit notification example
        Files Changed
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/resources/org/icemobile/samples/mobileshowcase/view/resources/messages.properties
        Commit graph ADD /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/input/submitnotification
        Commit graph ADD /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/submitnotification.xhtml
        Commit graph ADD /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/submitnotification-example.xhtml
        Commit graph ADD /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/input/submitnotification/SubmitNotificationBean.java
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/navigation/InputAndSelectionMenu.java
        Commit graph ADD /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/submitnotification-desc.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #27803 Mon Feb 13 08:27:32 MST 2012 patrick.corless MOBI-152 addition of black spinner icons for android and honeycomb.
        Files Changed
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/android/default-submitnotification.css
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/android/spinner.gif
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/honeycomb/spinner.gif
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #27842 Tue Feb 14 13:21:16 MST 2012 patrick.corless MOBI-152 updated demo description and example for submitNotication component.
        Files Changed
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/submitnotification-example.xhtml
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/input/submitnotification/SubmitNotificationBean.java
        Commit graph MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/submitnotification-desc.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #27872 Wed Feb 15 14:27:45 MST 2012 patrick.corless MOBI-152 addition of submitNotification component.
        Files Changed
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/bberry/default-submitnotification.css
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/ipad/spinner.gif
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/ipad/default-submitnotification.css
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotificationRenderer.java
        Commit graph ADD /icemobile/trunk/icemobile/components/component/resources/org.icefaces.component.submitnotification
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/honeycomb/spinner.gif
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/android/default-submitnotification.css
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/iphone/default-submitnotification.css
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotificationMeta.java
        Commit graph ADD /icemobile/trunk/icemobile/components/component/resources/org.icefaces.component.submitnotification/submitnotification.js
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/bberry
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/honeycomb
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/android/spinner.gif
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotification.java
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/android
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/iphone
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/iphone/spinner.gif
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/ipad
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/build.xml
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/honeycomb/default-submitnotificaiton.css
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/bberry/spinner.gif
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #27880 Wed Feb 15 15:19:31 MST 2012 patrick.corless MOBI-152 updated menuButton license header.
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/bberry/default-submitnotification.css
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/ipad/default-submitnotification.css
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotificationRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotification.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/android/default-submitnotification.css
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/iphone/default-submitnotification.css
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotificationMeta.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/honeycomb/default-submitnotificaiton.css
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/resources/org.icefaces.component.submitnotification/submitnotification.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28049 Tue Feb 28 08:21:35 MST 2012 patrick.corless MOBI-152 addition of auto center and auto scroll JavaScript to submit notification. Also added style pass through attribute and updated attribute name change for showcase example (submitNofification -> submitNotification).
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/bberry/default-submitnotification.css
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/ipad/default-submitnotification.css
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotificationRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/android/default-submitnotification.css
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/iphone/default-submitnotification.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/submitnotification-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/honeycomb/default-submitnotificaiton.css
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/resources/org.icefaces.component.submitnotification/submitnotification.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28056 Tue Feb 28 08:54:09 MST 2012 patrick.corless MOBI-12 updated showcase for new components features, MOBI-152, MOBI-153, MOBI-147, MOBI-156.
        Files Changed
        Commit graph MODIFY /icemobile/branches/icemobile-1.0.0.A/icemobile/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/layout/panelPopup/PanelPopupBean.java
        Commit graph MODIFY /icemobile/branches/icemobile-1.0.0.A/icemobile/samples/mediacast/src/main/java/org/icemobile/samples/mediacast/UploadServlet.java
        Commit graph MODIFY /icemobile/branches/icemobile-1.0.0.A/icemobile/samples/mediacast/src/main/java/org/icemobile/samples/mediacast/MediaController.java
        Commit graph MODIFY /icemobile/branches/icemobile-1.0.0.A/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelpopup-example.xhtml
        Commit graph MODIFY /icemobile/branches/icemobile-1.0.0.A/icemobile/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/input/menubutton/MenuButtonBean.java
        Commit graph MODIFY /icemobile/branches/icemobile-1.0.0.A/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/submitnotification-example.xhtml
        Commit graph MODIFY /icemobile/branches/icemobile-1.0.0.A/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelconfirmation-example.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28069 Tue Feb 28 09:19:36 MST 2012 patrick.corless MOBI-152 addition of auto center and auto scroll JavaScript to submit notification. Also added style pass through attribute and updated attribute name change for showcase example (submitNofification -> submitNotification).
        Files Changed
        Commit graph MODIFY /icemobile/branches/icemobile-1.0.0.A/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/honeycomb/default-submitnotificaiton.css
        Commit graph MODIFY /icemobile/branches/icemobile-1.0.0.A
        Commit graph MODIFY /icemobile/branches/icemobile-1.0.0.A/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotificationRenderer.java
        Commit graph MODIFY /icemobile/branches/icemobile-1.0.0.A/icemobile/components/component/resources/org.icefaces.component.submitnotification/submitnotification.js
        Commit graph MODIFY /icemobile/branches/icemobile-1.0.0.A/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/bberry/default-submitnotification.css
        Commit graph MODIFY /icemobile/branches/icemobile-1.0.0.A/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/iphone/default-submitnotification.css
        Commit graph MODIFY /icemobile/branches/icemobile-1.0.0.A/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/ipad/default-submitnotification.css
        Commit graph MODIFY /icemobile/branches/icemobile-1.0.0.A/icemobile/components/component/src/org/icefaces/mobi/component/submitnotification/android/default-submitnotification.css
        Hide
        Patrick Corless added a comment -

        Updated the submitNotification component to use new auto center/scroll code and apply the style pass through attribute to the the popup container. Also updated the showcase example for a typo in the attribute "submitNofification".

        Show
        Patrick Corless added a comment - Updated the submitNotification component to use new auto center/scroll code and apply the style pass through attribute to the the popup container. Also updated the showcase example for a typo in the attribute "submitNofification".
        Hide
        Judy Guglielmin added a comment -

        complete as per Jira. Any further proposed work should have new Jira number

        Show
        Judy Guglielmin added a comment - complete as per Jira. Any further proposed work should have new Jira number
        Judy Guglielmin made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Migration made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Judy Guglielmin
            Reporter:
            Patrick Corless
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: