Plumtree PEIs  
 

IDisplayJavascriptActions.DisplayJavascript Method 

This method allows Javascript to be displayed in the script sections of many main pages, including Plumtree banner pages and editor pages.

AActivitySpace.GetCurrentPage() can be used to determine what the current page is, if some custom processing needs to occur.

HTMLScript DisplayJavascript(
   AActivitySpace _asCurrentSpace
);

Parameters

_asCurrentSpace
- Provides access to the current MVC classes as well as the Application and the HTTP Session

Return Value

HTMLScript the HTML Script to be displayed

See Also

IDisplayJavascriptActions Interface | com.plumtree.uiinfrastructure.pei Namespace