Uiinfrastructure API Docs  
 

DatePicker.Init Method (String, PageMgr, String)

initializes a new HTMLDatePicker object with the month, day and year blank

public override void Init(
   string _strFormName,
   PageMgr _ptPageMgr,
   string _strUniqueInstanceID
);

Parameters

_strFormName
Name of the form where this DatePicker appears
_ptPageMgr
the PageMgr responsible for this control
_strUniqueInstanceID
unique id for this instance

See Also

DatePicker Class | com.plumtree.uiinfrastructure.pagecontrols.datepicker Namespace | DatePicker.Init Overload List