CodeCharge Studio All ASP PHP Java C#.NET VB.NET Perl ColdFusion

Date Picker Component Reference

Design-Time Properties

Property Description
Name The name of the control.
Style Specify the css style to be applied to the Date Picker.
Control Specify the control to which the selected date value will be automatically entered.

Run-Time Properties (ASP)

Property Description
Visible  This property controls the visibility of the control. If the property is set to false, the control will not be displayed.

Run-Time Properties (PHP)

Property Description
Visible  This property controls the visibility of the control. If the property is set to false, the control will not be displayed.

Run-Time Properties (.NET)

Property Description
Visible  This property controls the visibility of the control. If the property is set to false, the control will not be displayed.

Run-Time Variables (CF,CFT)

Variable Description
hide<control name> This property controls the visibility of the control. If the property is set to true, the control will not be displayed.

Methods (Servlets & JSP)

MethodDescription
isVisible Returns a value indicating whether this control is currently visible or not.
setVisible Specify whether this control should be shown.
getParent Get the parent component that contains this control.

See also:

Date Picker Overview


On-line, printable versions and updates