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

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
ComponentType Specifies type of an object, such as "TextBox", "Record", etc.
Parent Specifies parent container of an object, for example a record form for a textbox that is included within that form.
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