Uiinfrastructure API Docs  
 

ComponentMgr.GetJSValidationCode Method 

Return JavaScript validation code for each of the validators associated with all components. This function returns the validation code once for each validator. Although the validator may be used several times it is assumed that the JavaScript code is only required one time.

public virtual string GetJSValidationCode();

Return Value

String JavaScript code for validators

See Also

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