Uiinfrastructure API Docs  
 

JSDatePicker.Init Method (String, XPDateTime, PageMgr, String)

Initailize a new JSDatePicker object.

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

Parameters

_strFormName
The name of the form in which the datepicker resides
_dtDefaultTime
The initial date selected
_ptPageMgr
The page manager where this control is registered
_strUniqueInstanceID
The string that will be appended to variables to make them unique

See Also

JSDatePicker Class | com.plumtree.uiinfrastructure.pagecontrols.jsdatepicker Namespace | JSDatePicker.Init Overload List