I would like to have a small brief calendar in wicket.
DatePicker is a component which has textField, and calendar is being shown for short period of time, until you select date.
But I need permanent calendar, like in Outlook.
Wicket FullCalendar is very large for me, I need the one of datePicker format.
There is such component, or no?
I would like to have a small brief calendar in wicket. DatePicker is a
Share
I don’t think, there’s a readymade component in core wicket for that. But it should be pretty easy to roll your own. Here are a few ideas on that: