Uiinfrastructure API Docs  
 

JSComponentMgr.GetJSIncludes Method 

This method returns the HTML script include tags required by JS components of this type. If none are found, it will return null.

public virtual HTMLElementCollection GetJSIncludes();

Return Value

The HTML script includes.

See Also

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