Search Type: Posts; User: walter.rumsby

Search: Search took 0.01 seconds.

  1. It's worth noting that jQuery's implementation isn't a 100% faithful implementation of Promises - see You're Missing the Point of Promises for more.
  2. The documentation for Ext.util.Point notes that you can use the static method fromEvent like this:


    var point = Ext.util.Point.fromEvent(e);

    Handy, but if I have:


    el.on('click',...
  3. DeftJS - https://github.com/deftjs/DeftJS - provides a number of extensions for Ext, including Promises and Deferreds.
  4. Ext version tested:

    Ext 4.1.0

    Browser versions tested against:


    FF 13.0.1
    IE 9.0
    Chrome 19
Results 1 to 4 of 4