JSHelperStatusMsgJS Method |
Name | Description | |
---|---|---|
StatusMsgJS(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.
| |
StatusMsgJS(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.
| |
StatusMsgJS(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.
| |
StatusMsgJS(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.
|