Search Results

Type: Posts; User: VinylFox

Search took 0.01 seconds.
  1. The ESC key should be triggering the callback and passing the id of 'no'. I just tested on Ext JS 3.3 and it works as expected. The documentation state this behavior as well.



    Daniil's solution...
  2. Sounds like a good idea. Probably best to assume an instantiable class, most plugins will be that way.

    This particular plugin was created as a singleton because there are no configurable options,...
  3. I think I see what's happening here...This plugin was created in a Singleton form, so it does not need a constructor (not to mention that it has no configurable options). Can Ext.NET handle that type...
  4. There is no changing of the cursor.

    Did you set a breakpoint in the dataDropped method? What was the 'el' and 'nv' var set to?



    No. Not the same thing. Way way different.
  5. Tested with 3.2.1 and it works just fine. Your doing something wrong.

    Are you trying to drag the file into the grid?

    See the demo page and READ the description. It says nothing about dragging...
  6. This Override is generic, not specific to this plugin - it can be utilized by anyone needing the forward events through layers.
  7. Im not sure if that's your best approach actually...Overrides are meant to be a shared thing, not directly related to a specific plugin. If overrides were included with all plugin code then it could...
  8. The fix that Daniil suggested should work, since any Overrides need to be included just after the library files (ie: ext-all.js).

    Let us know how it goes.
Results 1 to 8 of 8