Class TDatePickerMode

Description

TDatePickerMode class.

TDatePickerMode defines the enumerable type for the possible UI mode that a TDatePicker control can take.

The following enumerable values are defined:

  • Basic: Only shows a text input, focusing on the input shows the date picker
  • Clickable: Only shows a text input, clicking on the input shows the date picker (since 3.2)
  • Button: Shows a button next to the text input, clicking on the button shows the date, button text can be by the
  • ImageButton: Shows an image next to the text input, clicking on the image shows the date picker,

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TDatePicker.php 3133 2012-04-14 14:38:05Z ctrlaltca@gmail.com $
  • since: 3.0.4

Located in /Web/UI/WebControls/TDatePicker.php (line 969)

TEnumerable
   |
   --TDatePickerMode
Class Constant Summary
 Basic = 'Basic'
 Button = 'Button'
 Clickable = 'Clickable'
 ImageButton = 'ImageButton'
Methods
Class Constants
Basic = 'Basic' (line 971)
Button = 'Button' (line 973)
Clickable = 'Clickable' (line 972)
ImageButton = 'ImageButton' (line 974)

Documentation generated on Mon, 25 Jun 2012 14:37:57 +0200 by phpDocumentor 1.4.3