Uiinfrastructure API Docs  
 

ComponentMgr.AddToValidationFunction Method 

For all registered components, for every Validator associated with that component call AFormDP.AddToValidationFunction for the validator. This inserts the JavaScript Validation function name from the Validator to the page's JavaScript Validate method.

public virtual void AddToValidationFunction(
   AFormDP _ptAFormDP
);

Parameters

_ptAFormDP
AFormDP from the activity space where this ComponentMgr is used.

See Also

ComponentMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace