Plumtree Portal UI  
 

ILayoutDisplay.ProcessLayout Method 

This method runs the markup layout through the Tag Engine. This method assumes that at least once in a request, one of the calls to this method includes layout markup that displays the Javascript generated in the tag engine.

HTMLElement ProcessLayout(
   object[][] _markup,
   AActivitySpace _currentSpace
);

Parameters

_markup
The layout markup to convert to HTML.
_currentSpace
The current Activity Space.

Return Value

The converted HTML.

See Also

ILayoutDisplay Interface | com.plumtree.portaluiinfrastructure.layout Namespace