Class \Prado\Web\UI\WebControls\TDatePickerInputMode
TDatePickerInputMode class.
TDatePickerInputMode defines the enumerable type for the possible datepicker input methods.
The following enumerable values are defined:
- TextBox: text boxes are used to input date values
- DropDownList: dropdown lists are used to pick up date values
Class hierarchy
- \Prado\Web\UI\WebControls\TDatePickerInputMode
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
__construct, current, key, next, rewind, valid |
public
mixed
|
DropDownList
|
'DropDownList'
|
public
mixed
|
TextBox
|
'TextBox'
|