-
7 Feb 2012 2:22 AM #1
[4.0.7] Localisation ext-lang-*
[4.0.7] Localisation ext-lang-*
Most (all) of localisation files have no "startDay" setting for DateField.
Since createPicker in src\form\field\Date.js is doing:Code:if ( Ext.form.field.Date ) { Ext.apply(Ext.form.field.Date.prototype, { startDay : 1 }); }
We need code above.Code:startDay: me.startDay
Ext.ux.plugin.field.date.KeyboardUser keyboard helper for datefields
-
7 Feb 2012 2:22 AM #2
Reviewing the locale files is on our todo list.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote