Uiinfrastructure API Docs  
 

AComponent.AppendUniqueIDToElementName Method 

This method should be used to add the unique identifier to HTML inputs related to this component. If my element name is "in_cb_MyCheckBox" and my unique ID is "one", then this method will return "in_cb_MyCheckBox_one".

protected string AppendUniqueIDToElementName(
   string _strElementName
);

Parameters

_strElementName
The name of the element that needs to have the unique ID appended to it.

Return Value

The element name plus the unique ID.

See Also

AComponent Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace