Plumtree Pluggable Navigation API  
 

INavTypes.JavaScriptIncludes Method 

Return the names of the javascript file includes as an array of strings or null if none are used. A single javascript include is supported for all subviews in each pluggable navigation instance. IMPORTANT NOTE: This function is where IView.DisplayJavaScript() should be called in order for the navigation view specific javascript to appear in the navigation.

HTMLScriptCollection JavaScriptIncludes(
   AActivitySpace owner
);

Return Value

String[]

See Also

INavTypes Interface | com.plumtree.portaluiinfrastructure.navtype Namespace