1. Introduction
The Uize.Widget.Dialog.Picker.Date widget lets the user select a date from a modal dialog containing a calendar widget, with support for valid date ranges.
DEVELOPERS: Chris van Rensburg
The Uize.Widget.Dialog.Picker.Date module defines the Uize.Widget.Dialog.Picker.Date widget class, a subclass of Uize.Widget.Dialog.
2. Set-get Properties
2.1. maxValue
document...
NOTES
see the companion minValue set-get property |
|
this value of this property is piped through to the minValue set-get property of the Uize.Widget.Calendar value widget |
|
the initial value is undefined
|
2.2. minValue
document...
NOTES
see the companion maxValue set-get property |
|
this value of this property is piped through to the maxValue set-get property of the Uize.Widget.Calendar value widget |
|
the initial value is undefined
|