com.plumtree.uiinfrastructure.pei
Interface IDisplayJavascriptActions


public interface IDisplayJavascriptActions

This class has been created to allow developers the ability to add some Javascript functionality to the script section on many main pages, such as Plumtree banner pages and editor pages. Other pages may not get this javascript displayed on them.

NOTE: Should this interface be implemented more than once within the Dynamic Discovery process, the implementations will be processed in the order that they are displayed within the representative XML file. All implementations will be called.


Method Summary
 HTMLScript DisplayJavascript(AActivitySpace _asCurrentSpace)
          This method allows Javascript to be displayed in the script sections of many main pages, including Plumtree banner pages and editor pages.
 

Method Detail

DisplayJavascript

HTMLScript DisplayJavascript(AActivitySpace _asCurrentSpace)
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.

Parameters:
_asCurrentSpace - - Provides access to the current MVC classes as well as the Application and the HTTP Session
Returns:
HTMLScript the HTML Script to be displayed



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.