Uiinfrastructure API Docs  
 

PTConstruct.SetElementInnerHTMLElement Method 

Call this method to set the inner HTML element of a specific element within this construct.

All previous inner html elements and strings will be removed, and replaced with the passed HTMLElement.

public virtual void SetElementInnerHTMLElement(
   ElementName eName,
   HTMLElement element
);

Parameters

eName
element

See Also

PTConstruct Class | com.plumtree.xpshared.htmlconstructs Namespace