Feature proposal #5603
closedImplement calendar only datetime usage
Description
Implement usage of the calendar popup only without the user input. This could be done by hiding the input, showing the calendar icon, and displaying the selected date next to it. Maybe able to just disable the input.
Updated by beat about 9 years ago
The user input hiding should happen with Javascript jQuery code, while input is still present and visible in html. Reason is that the input is last resort when Javascript fails (and Javascript might fail to load from time to time).
Updated by beat almost 9 years ago
- Target version changed from CB 2.0.13 to CB 2.0.14
Updated by beat over 8 years ago
- Target version changed from CB 2.0.14 to CB 2.0.15
Updated by beat about 8 years ago
- Target version changed from CB 2.0.15 to CB 2.1
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1167
New calendar mode lets you use popup without the input. In the place of the input it just displays the value you've selected as text. Additional the cbdatepicker JS has been significantly improved so the popup only usages will display the format specified. In addition to this you can now override the calendar usage per date or datetime field instead of strictly being global.