Mobile Components
Tag onlineStatus


Renders an element that has its CSS class changed depending on what the online state of the browser. Also it provides attributes that can take Javascript code that is executed when browser goes online or offline.


Tag Information
Tag Classorg.icefaces.mobi.component.onlinestatus.OnlineStatusTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
offlineStyleClassnotruejava.lang.StringThe CSS class applied to the component's root element when browser is offline.
onOfflinenotruejava.lang.StringJavaScript to be evaluated when the browser goes offline. The 'element' argument passed to the callback code is the root element of the component.
onOnlinenotruejava.lang.StringJavaScript to be evaluated when the browser goes online. The 'element' argument passed to the callback code is the root element of the component.
onlineStyleClassnotruejava.lang.StringThe CSS class applied to the component's root element when browser is online.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.