Uiinfrastructure API Docs  
 

HTMLNameDescLang.Init Method (PageMgr, String, XPResourceManager, String)

Initializes a new HTMLNameDescLang object. Creates and initializes the HTMLTextBox, HTMLTextArea and HTMLSelectDropdown objects contained by this object. Populates the default languages for the select.

public virtual void Init(
   PageMgr _ptPageMgr,
   string _strUniqueInstanceID,
   XPResourceManager _ptResourceManager,
   string _strPrimaryLang
);

Parameters

_ptPageMgr
The component manager for this component
_strUniqueInstanceID
The unique ID for this component.
_ptResourceManager
_strPrimaryLang

See Also

HTMLNameDescLang Class | com.plumtree.uiinfrastructure.pagecontrols.htmlpagecontrols Namespace | HTMLNameDescLang.Init Overload List