Uiinfrastructure API Docs  
 

AFormAS.DisplayCommonJavaScript Method 

This is a helper method that all classes that inherit from AFormDP can override if they like. The method provides a hook into the head so that DP's can add javascript. Simply override and return and HTMLScript. Also, it is best to return the results of the DisplayJavaScript functions from the appropriate views. Override this method to Display javascript from child IViews

public virtual HTMLScriptCollection DisplayCommonJavaScript();

Return Value

HTMLScriptCollection the Javascript from the Child IViews

Implements

IFormAS.DisplayCommonJavaScript

See Also

AFormAS Class | com.plumtree.uiinfrastructure.form Namespace