Actions
Feature #7351
openGive Date Edit alternative calendar
Status:
New
Priority:
Low
Assignee:
-
Target version:
-
Start date:
12/06/2019
Due date:
% Done:
0%
Estimated time:
Description
The WDateEdit provides a calendar picker;
WCalendar* Wt::WDateEdit::calendar() const
It would be nice if we could give the WDateEdit a calendar that we wish to use instead;
Wt::WDateEdit::WDateEdit( std::unique_ptr<WCalendar> calendar )
This way we can have our own calendar as a picker, rather than the default Wt calendar.
Updated by Mark Petryk over 5 years ago
Actually... WCalendar is really not suitable as an abstract calendar base-class. So, maybe never mind.
Actions