asiSetPageCallBack
asiSetPageCallBack(
o_obj
s_func
)
=> t/ nil
Description
Returns the status (whether successful or failed) of the specified callback function, when changing tabs in a form.
Arguments
Value Returned
Examples
Returns the status of the specified callback function for the given form:
asiSetPageCallBack(formObj, 'callbackFunctionName)
=> t
Return to top