RefreshAreasProcess |
![]() ![]() ![]() |
RefreshAreasProcess is used to refresh one or more Target Areas with the new content obtained from Source Areas. See Refreshing Areas
Parameters sourceAreas (Accepts MScript) In this element one or more source area names can be given in the following syntax. AjaxSourcePage.SourceAreaName [,AjaxSourcePage.SourceAreaName ...] targeAreas (Accepts MScript) The HTML ids of the target elements can be specified with this element. responseHandler (Accepts MScript) The name of the response handler Javascript function that will receive the AjaxResponse and manage the refreshing of the target areas. Unless a very special treatment is required the value of this element can be left to its default which is AjaxMgr.refreshAreasResponseHandler.
|