Click or drag to resize

JSHelperStatusMsgJS Method

Overload List
  NameDescription
Public methodStatic memberStatusMsgJS(String, StatusMsgOptions)
Generates javascript for calling the javascript StatusMsg() function which provides a message and optional animated icon showing that processing is being performed. The StatusMsg() function is appropriate for use on a post. At this time it is not appropriate for use with AJAX calls because there is currently no mechanism for clearing the status indicator. The indicator goes away when the new page replaces the old.
Public methodStatic memberStatusMsgJS(String, StatusMsgOptions, Int32)
Generates javascript for calling the javascript StatusMsg() function which provides a message and optional animated icon showing that processing is being performed. The StatusMsg() function is appropriate for use on a post. At this time it is not appropriate for use with AJAX calls because there is currently no mechanism for clearing the status indicator. The indicator goes away when the new page replaces the old.
Public methodStatic memberStatusMsgJS(IAppContext, String, String, StatusMsgOptions)
Generates javascript for calling the javascript StatusMsg() function which provides a message and optional animated icon showing that processing is being performed. The StatusMsg() function is appropriate for use on a post. At this time it is not appropriate for use with AJAX calls because there is currently no mechanism for clearing the status indicator. The indicator goes away when the new page replaces the old.
Public methodStatic memberStatusMsgJS(IAppContext, String, String, StatusMsgOptions, Int32)
Generates javascript for calling the javascript StatusMsg() function which provides a message and optional animated icon showing that processing is being performed. The StatusMsg() function is appropriate for use on a post. At this time it is not appropriate for use with AJAX calls because there is currently no mechanism for clearing the status indicator. The indicator goes away when the new page replaces the old.
Top
See Also