Details
Description
The online/offline state of the network will be detected and relayed to the application in a callback event listener API.
A component for displaying this status will either be developed or this functionality will be integrated with an existing ICEfaces status component.
A component for displaying this status will either be developed or this functionality will be integrated with an existing ICEfaces status component.
Activity
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.4 Beta [ 10874 ] |
Ted Goddard
made changes -
Assignee | Judy Guglielmin [ judy.guglielmin ] | Steve Maryka [ steve.maryka ] |
Steve Maryka
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Nils Lundquist [ nils.lundquist ] |
Ted Goddard
made changes -
Assignee | Nils Lundquist [ nils.lundquist ] | Ted Goddard [ ted.goddard ] |
Ted Goddard
made changes -
Fix Version/s | Bridge-it 1.0 [ 11172 ] |
Ted Goddard
made changes -
Fix Version/s | Bridge-it 1.0 [ 11172 ] |
Ted Goddard
made changes -
Attachment | offline.html [ 16548 ] |
Philip Breau
made changes -
Assignee | Ted Goddard [ ted.goddard ] | Philip Breau [ philip.breau ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38860 | Fri Nov 22 07:19:54 MST 2013 | philip.breau | - add new mobi:onlineStatus component - add mobi:onlineStatus to mobileshowcase small and large views - will show a green Font Awesome icon-link when online, and a red icon-unlink when offline - has style and styleClass attributes - icons and style can also be overriden with the mobi-online and mobi-offline CSS classes |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusRenderer.java
|
Philip Breau
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.3.1 [ 11376 ] | |
Fix Version/s | 1.4 Beta [ 10874 ] | |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38863 | Fri Nov 22 12:39:03 MST 2013 | philip.breau | - add onOnline and onOffline handlers to run custom js on events |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/showcase.xhtml
MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/view/large.xhtml MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusMeta.java MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusRenderer.java MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #39075 | Mon Dec 02 11:57:47 MST 2013 | philip.breau | - update indicator status when first run in case page is loaded offline |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #39273 | Tue Dec 10 17:55:23 MST 2013 | philip.breau | - add an 'elem' argument to the callback |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusMeta.java
MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #39413 | Wed Dec 11 16:38:19 MST 2013 | philip.breau | - add an 'elem' argument to the callback |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #39420 | Thu Dec 12 06:35:14 MST 2013 | philip.breau | - change attribute names to standard lower-case |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusMeta.java
MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusRenderer.java |
Attached sample works well on iOS but switching to airplane mode has no effect on Android/Chrome.