-
30 Apr 2012 3:41 AM #471
Thanks for reporting!
Extensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
-
15 Jun 2012 5:15 AM #472
Hello, could someone help me, I think I found a bug in the plugin, as can be seen in the picture, only in October, the weekend of the second half is wrong with it can not perform some actions.
It really is a bug? Tested in various browsers and the same problem occurs.
Habilitados.JPGAs can be seen in the first image, I made the release of two days of the week, but in October the second half not releasing.
Bug_plugin.JPG
-
7 Nov 2012 4:36 AM #473
Date picker plus in Editor Grid.
Date picker plus in Editor Grid.
When used in Editor Grid,
1) Add/Edit for the first time works fine.
2) When Add/Edit a second record, the selected dates of the first record (previously selected) dates are selected default.
Is is a bug.
-
12 Nov 2012 5:06 AM #474
mmh, well it' because the picker-object remains the same and won't be renewd again and again by the grid component anytime the picker is called.You may try to implement an event on the editorgrid "afterdit" and delete the picker component's date-array.
Extensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
-
12 Nov 2012 8:38 AM #475
Fixed it. Thank you
Fixed it. Thank you
Thank you for the extension.
-
27 Mar 2013 10:18 PM #476
Hello wm003.
Thank you so much for making the datepickerplus, we are using it with ext.net 1.6.
Do you have any plan to upgrade the datepicker plus for Extjs 4.1?
And could you give me a quotation?
Thank you.
-
2 Apr 2013 12:29 AM #477
As 4.2 goes stable i could try to recode the component again. I won't support ext 4.0, not sure about 4.1. Ext 4.2 seems much more stable and has better performance. For myself i am still working with ext 3.4, so there was no (personal) need to dig into any 4.x version for now. My first attempts for 4.0 failed after many hours of recoding, so motivation went down.
Extensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
-
27 May 2013 2:45 PM #478
Another bug
Another bug
Selecting a date directly from the date picker without prior focus on the date field component, does not trigger a "change" event. This is directly related to: http://www.sencha.com/forum/showthre...ent-not-firing
While it bug was fixed in ExtJS3 long back, it is still occurring with the Date Range component.
Here's the fix for those facing a similar issue:
Code:onTriggerClick : function(){ if(this.disabled){ return; } this.createMenu(); // OVERRIDE >>>> this.onFocus(); // Fixes the DateField to fire a change event when date is directly selected from the picker. // <<<< OVERRIDE if( typeof this.defaultValue == 'string' ) { this.defaultValue = Date.parseDate( this.defaultValue, this.format ); } this.menu.picker.setValue(this.getValue() || this.defaultValue || new Date()); this.menu.show(this.el, "tl-bl?"); this.menu.focus(); },
-
28 May 2013 4:20 AM #479
Thanks for the fix!
Extensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
-
2 Jun 2013 9:42 AM #480
Any news on the upgrade to Ext 4.2? Would love to use this plugin



Reply With Quote
