#3111 closed feature (fixed)
Provide option to display double-arrows for navigation by (year) in ui.datepicker
Reported by: | Owned by: | grabanski | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.datepicker | Version: | 1.5.1 |
Keywords: | datepicker | Cc: | |
Blocked by: | Blocking: |
Description
Would it be possible to provide an option to display not only the single arrows, but also double-arrows in the datepicker to allow movement over larger time-steps (for example, by year). It is currently possible to set the time-step for the "<prev" and "next>" buttons to any arbitrary increments, but it would be nice to have more than one time-step available at a single click.
Thanks, Keith
Note: See
TracTickets for help on using
tickets.
Fixed. Set showBigPrevNext to true to display the additional links. Set prevBigText, prevBigStatus, nextBigText, and nextBigStatus to control the text displayed and their status bar entries. Set stepBigMonths to control the number of months to move when these links are clicked.