Plumtree UI Infrastructure API  
 

PTConstruct.SetElementInnerHTMLEncodedString 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 HTMLEncode the string, and therefore should not be used for localized strings, which don't need to be encoded.

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

Parameters

eName
s

See Also

PTConstruct Class | com.plumtree.xpshared.htmlconstructs Namespace