Processes a result from a callback or partial postback
Namespace:
ESRI.ADF.UI
Syntax
function processCallbackResult ( action : String, params : String ) : Boolean |
Parameters
- action
- Type: [T:J#String]
Name of action
- params
- Type: [T:J#String]
Action parameters
Return Value
True on success
Remarks
This method is invoked by the generic processor 'ESRI.ADF.System.processCallbackResults',
if the action wasn't supported by the generic process method.
Extend it to add additional server/client functionality to this control.