Search Type: Posts; User: mikeycgto
Search: Search took 0.02 seconds.
-
15 Apr 2011 7:00 AM
- Replies
- 0
- Views
- 1,011
I have a User model that has a has_many associations (where the has_many model then has it's own downward chain of has_many relationships, about 4 deep in total).
When a User record is loaded, the... -
14 Apr 2011 6:45 AM
Jump to post Thread: Sencha Touch JSON Writer Issue by mikeycgto
- Replies
- 5
- Views
- 4,745
has anyone figured out how to make the POST body be URL encoded?
-
7 Apr 2011 10:37 AM
- Replies
- 3
- Views
- 4,293
Was wondering myself, doesnt seem to be anything built-in really for this. I have something like the following:
store2 = new Ext.data.Store();
store1.each(function(record){
... -
24 Mar 2011 6:54 AM
- Replies
- 3
- Views
- 3,317
From your screenshots, it looks like Google maps itself is not resizing correctly. There is a event that must be triggered through the Google Maps API (v3) to get the map to resize (this will come up...
-
15 Mar 2011 3:47 PM
- Replies
- 0
- Views
- 967
I have something like (its actually a picker not a direct Sheet...):
new Ext.Picker({
fullscreen: true,
slots: [...]
});
When the Sheet is first rendered, everything is fine. When the... -
14 Mar 2011 2:20 PM
- Replies
- 1
- Views
- 1,780
was able to set slot's store by doing the following:
new Ext.Picker({
slots : [{
store:null,
name:'picker'
}], -
14 Mar 2011 1:46 PM
- Replies
- 1
- Views
- 1,780
I have a picker, with a single slot, that constantly changes. When the picker is initially created, I set the store to null, since I don't know which store it should be linked to (yet).
The user... -
23 Feb 2011 12:23 PM
- Replies
- 24
- Views
- 8,536
any word on when this may be updated?
Results 1 to 8 of 8
