Uiinfrastructure API Docs  
 

HTMLDuration.Init Method (PageMgr, String, Int32, AActivitySpace, String, String)

Initializes a new HTMLTextAndDropDown object. Creates and initializes the HTMLTextBox and HTMLSelectDropdown objects contained by this object. A bitwise operators (with values defined in PTDurationCombo) dictates that time increments to display in the select.

public virtual void Init(
   PageMgr _ptPageMgr,
   string _strUniqueInstanceID,
   int _intDisplayFlags,
   AActivitySpace _asOwner,
   string _strFormName,
   string _strDefaultValue
);

Parameters

_ptPageMgr
PageManager
_strUniqueInstanceID
Unique Instance ID
_intDisplayFlags
bitwise operator
_asOwner
AActivitySpace where this appears
_strFormName
name of the form on which this appears
_strDefaultValue
default value for textbox (must be an int)

See Also

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