Uiinfrastructure API Docs  
 

PTConstruct.SetElementInnerHTMLString Method 

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

All previous inner html elements and strings will be removed, and replaced with the passed string. This will not HTMLEncode the string, and therefore should be used for localized strings, which don't need encoding.

public virtual void SetElementInnerHTMLString(
   ElementName eName,
   string s
);

Parameters

eName
s

See Also

PTConstruct Class | com.plumtree.xpshared.htmlconstructs Namespace