Uiinfrastructure API Docs  
 

JSDateTimePicker.Init Method (String, PageMgr, String)

Initialize a new JSDateTimePicker.

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

Parameters

_strFormName
The name of the form in which the datepicker resides
_ptPageMgr
The datepicker page manager for this instance of the datepicker
_strUniqueInstanceID
The string that will be appended to variables to make them unique

See Also

JSDateTimePicker Class | com.plumtree.uiinfrastructure.pagecontrols.jsdatetimepicker Namespace | JSDateTimePicker.Init Overload List