Uiinfrastructure API Docs  
 

AFormDP.RemoveFromValidationFunction Method 

This is a helper method that removes a function from the client side page validation. The function name should be just the name of the function without parentheses or semicolons. I.E. myValidateFunction, which will be called by AFormDP as myValidateFunction().

public void RemoveFromValidationFunction(
   string functionName
);

Parameters

functionName

See Also

AFormDP Class | com.plumtree.uiinfrastructure.form Namespace