Class 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
- TEnumerable implements Iterator
-
TDatePickerInputMode
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TDatePicker.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TDatePicker.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
TextBox |
'TextBox' |
|
string |
DropDownList |
'DropDownList' |