Uiinfrastructure API Docs  
 

HTMLScriptCollection.AppendClosingTag Method 

This method generates the closing tag of this html element. If the providesClosingTag method returns false, then this method will never be called.

protected override void AppendClosingTag(
   bool bFormat,
   XPStringBuilder sb,
   IXPResponse reponse
);

Parameters

bFormat
boolean indicating whether or not to format.
sb
XPStringBuilder
reponse
IXPResponse

See Also

HTMLScriptCollection Class | com.plumtree.xpshared.htmlelements Namespace