Uiinfrastructure API Docs  
 

PTConstruct.AddElementToNestedElement Method 

Call this method to insert an HTMLElement into an HTMLElement object nested within this construct. Any existing HTML nested within the specified container element will be preserved.

public virtual void AddElementToNestedElement(
   ElementName enContainer,
   HTMLElement element
);

Parameters

enContainer
Pass an ElementName object specifying an HTMLElement object nested within this construct. The HTMLElement passed to this method will be appended to any HTML existing within the container element. If no HTMLElement object having the specified ElementName can be found, an Exception will be thrown.

element
Pass an HTMLElement. This element will be appended to any html existing within the container HTMLElement object specified by the enContainer parameter.

See Also

PTConstruct Class | com.plumtree.xpshared.htmlconstructs Namespace