CustomRefreshProcess

Top  Previous  Next

CRP_icon
 
CustomRefreshProcess is used to implement special refreshing solutions with a custom refresh handler. The custom refresh handler receives the AjaxResponse object that contains the data provided by the specified data source and makes its special refreshing by accessing to the DOM nodes of the current page.

See CustomRefreshAction

CustomRefreshProcess

Properties

Data Source Name (dataSource) (Accepts MScript)

The name of a Data Source Element (e.g. mor>RelDB>RelDBQueryDataSource).

 

Nodes To Encrypt (nodesToEncrypt) (Separated with commas, Accepts MScript)

The names of the data nodes (separated with commas) whose values to be encrypted.

 

Response Handler (responseHandler) (Accepts MScript)

The name of the Javascript function that receives the Response from the related Ajax Service. The only parameter of the function is an AjaxResponse object.