Search Type: Posts; User: msumme
Search: Search took 0.03 seconds.
-
31 Dec 2012 2:43 PM
- Replies
- 3
- Views
- 918
If I'm trying to use the date field with "M Y" format, and I select "Feb 2012", as soon as I blur out of the field, it automatically changes it to "Mar 2012".
If somebody is relying on the current... -
28 Dec 2011 3:19 PM
- Replies
- 1
- Views
- 397
in Ext.form.action.DirectLoad.getArgs(), there is a small problem.
If paramsAsHash is set to true, but there are no params, and the load function does not take any params, it still adds an empty... -
15 Oct 2011 7:34 AM
- Replies
- 0
- Views
- 661
If you look at this, it's clear that request would have to be referencing a global variable. it should be changed to "r".
abort : function(r) {
if (r && this.isLoading(r)) {
... -
5 Sep 2011 4:13 PM
- Replies
- 9
- Views
- 2,118
This patch has a slightly better fix than I proposed above.
It instead sets the properties equal to the new record's phantom and dirty values.
This makes sense since the current record has... -
5 Sep 2011 2:28 PM
- Replies
- 9
- Views
- 2,118
sencha-touch-debug-w-comments.js -- line 7721 - the callback is defined in model.save()
dirty and phantom aren't changed in the callback on the original model. So the original model will still be...
Results 1 to 5 of 5
