Plumtree UI Infrastructure API  
 

HTMLSelect.AddInnerHTMLElement Method 

HTMLElement.addInnerHTMLElement rewritten.

public override void AddInnerHTMLElement(
   HTMLElement e
);

Parameters

e
Pass an HTMLOption object or an HTMLElementCollection object. If this HTMLSelect sorts its nested children, then each nested HTMLElementCollection will be independantly sorted. These HTMLElementCollection objects must contain exclusively HTMLOption objects. HTMLOption objects nested directly will not be sorted under any circumstances.

See Also

HTMLSelect Class | com.plumtree.xpshared.htmlelements Namespace