Search Type: Posts; User: jefftrull

Search: Search took 0.02 seconds.

  1. 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...
  2. So here is my workaround:



    Ext.define('MyNS.writer', {
    extend: 'Ext.data.writer.Json',
    alias: 'writer.mine',
    config: {extraParams:...
  3. 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...
  4. 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