Plumtree Portal UI  
 

TagState.GetSharedJavascriptCollection Method 

This method gets the shared JavaScript collection for this HTTP request, and initializes it if it has not been initialized yet.

public static HTMLElementCollection GetSharedJavascriptCollection(
   AActivitySpace asOwner
);

Parameters

asOwner
The current Activity Space.

Return Value

The shared JavaScript collection for this HTTP request.

See Also

TagState Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace