Class QDatepicker_BeforeShowDayEvent
Type:Function( Date date )Default:nullA function that takes a date as
a parameter and must return an array with:
- [0]: true/false indicating whether or not this date is selectable * [1]: a CSS class name to add to the dates cell or "" for the
default presentation * [2]: an optional popup tooltip for this date
The function is called for each day in the datepicker before it is
displayed.
-
QBaseClass
-
QEvent
-
QJqUiPropertyEvent
-
QDatepicker_BeforeShowDayEvent
Constants summary
string |
EventName
|
#
'QDatepicker_BeforeShowDay'
|