Uiinfrastructure API Docs  
 

PageMgr.GetJSValidationCode Method 

This method provides js validation code for all Page Controls owned by this PageMgr. It does so by looping through all registered ComponentMgrs which in turn loop through all their registered components (Page Controls) to return their validation code.

public virtual string GetJSValidationCode();

Return Value

XPArrayList of UIError objects.

See Also

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