Plumtree UI Infrastructure API  
 

HTMLElement.SetElementName Method 

Call this method to give this element a name. The name does not affect the HTML output of this element, the name is purely for identification puposes.

public virtual void SetElementName(
   string s
);

Parameters

s
Pass a String.

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace