Enable better navigation in the YUI DatePicker.
This commit is contained in:
parent
a4be42a7ce
commit
036e6eb3a0
2 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
- fixed #10564: edit branch progress bar goes kablooey
|
||||
- fixed #10565: Survey: add question doing double-create
|
||||
- fixed Photo resizing bugs with the Story asset.
|
||||
- Enabled better month and year navigation in the YUI date picker. (Tom Beharrell)
|
||||
|
||||
7.7.11
|
||||
- Fixed a bug where empty version tags were not deleted. (Martin Kamerbeek / Oqapi)
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@ YAHOO.WebGUI.Form.DatePicker = {
|
|||
DATE_RANGE_DELIMITER: '/',
|
||||
MDY_YEAR_POSITION: 1,
|
||||
MDY_MONTH_POSITION: 2,
|
||||
MDY_DAY_POSITION: 3
|
||||
MDY_DAY_POSITION: 3,
|
||||
NAVIGATOR: true
|
||||
};
|
||||
if (window.webguiFirstDayOfWeek) {
|
||||
config.START_WEEKDAY = window.webguiFirstDayOfWeek;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue