how to selected whole week in calendar on onclick on Calendar
component. Just like this image.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Is there a limit to how many levels you can nest i
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- How to toggle on Order in ReactJS
You can override _markCal js function (used to mark the selected date) to style whole row and fire event to server to update selected dates, please refer to:
online demo
calendar_as_week_picker.zul
WeekPicker.java
and
related article at my blog
For the version 7 of zk use: