Class \Prado\Web\UI\WebControls\TDatePickerPositionMode
TDatePickerPositionMode class.
TDatePickerPositionMode defines the positions available for the calendar popup, relative to the corresponding input.
The following enumerable values are defined:
- Top: the date picker is placed above the input field
- Bottom: the date picker is placed below the input field
Class hierarchy
- \Prado\Web\UI\WebControls\TDatePickerPositionMode
- \Prado\TEnumerable implements Iterator
Since: 3.1.4
__construct, current, key, next, rewind, valid |
public
mixed
|
Bottom
|
'Bottom'
|
public
mixed
|
Top
|
'Top'
|