Search Type: Posts; User: jefftrull
Search: Search took 0.02 seconds.
-
22 Sep 2012 10:21 AM
- Replies
- 14
- Views
- 9,281
One of the main uses for this feature is to save coders from callback spaghetti hell. Instead of deeply nested success/failure callback code you describe a series of operations as objects and then...
-
10 Aug 2011 7:03 PM
- Replies
- 4
- Views
- 3,071
So here is my workaround:
Ext.define('MyNS.writer', {
extend: 'Ext.data.writer.Json',
alias: 'writer.mine',
config: {extraParams:... -
8 Aug 2011 9:41 PM
- Replies
- 4
- Views
- 3,071
I am observing exactly the same issue and I hope you will share a workaround if you find one :)
(Sencha devs: compare the treatment of extraParams in today's DirectProxy.doRequest vs. baseParams... -
16 Sep 2010 1:49 PM
- Replies
- 7
- Views
- 9,162
I also find that setting the "width" style causes a gap of a compensating size to open up between the label and the field. I have a small label, and would like to reclaim that empty space for the...
Results 1 to 4 of 4
