Plumtree UI Infrastructure API  
 

HTMLDateTimePicker.GetSubComponentHTMLByIndex Method 

This method serves as a getter for "sub-component" HTML. The date/time-picker is made up of two sub-components: the date-picker and the time-picker. The constants for component sub-index should be specified in the component file.

public override HTMLElementCollection GetSubComponentHTMLByIndex(
   int _nSubComponentIndex
);

Parameters

_nSubComponentIndex
The sub-component index (N_SUB_COMPONENT_INDEX_DATE_PICKER or N_SUB_COMPONENT_INDEX_TIME_PICKER).

Return Value

The HTML for the sub-component requested.

See Also

HTMLDateTimePicker Class | com.plumtree.uiinfrastructure.pagecontrols.htmldatetimepicker Namespace