Kick ass, Shea!!
Printable View
Kick ass, Shea!!
Nigel and my work on this plugin got picked up by Ajaxian.
Hide and Seek via Mouse
They have summarized it well.
Huge!!! Congrats dude.
Wow! very impressive!
I will defenitly give it a try in one of our apps...
Combine it with my Copy&Paste Plugin and you will have a seamless Integration of an Web-app into the Desktop.
@crp_spaeth - I think you might have linked to the wrong post.
How about this: https://www.extjs.com/forum/showthread.php?t=64477
Ill give it a look.
Wher did that link come from? :) Jeah your right...
Nice work, guys! =D>
I was playing with the example, and noticed that the mousewheel is ineffective (scrolling the grid). It does work when over the scroller.
Can you somehow pass those events down too?
I'm working on this at home.
Right now, it's just IE that is holding things up. I'll post an update here, and to Shea when I get it working.
Excellent work guys. I have been toying with drag and drop for file uploading on mozilla 3.6 alpha. Using the File API. Anyone know if IE has started any work for file uploading like the other browsers have? I haven't found too much talk about it.
http://dev.w3.org/2006/webapi/FileUp...h/FileAPI.html
=D>
=D> =D> Woww look great!
Works nicely, but I'm getting an error message (just added plugins: [Ext.ux.grid.DataDrop] in the grid config)
Uncaught TypeError: Cannot read property '0' of null at ext-base-debug.js:3482
The data does appear in the grid, but the data isn't sent to the server (added newRec.markDirty(); in function dataDropped() before adding to the store. The dirty marks do appear as well, but data is still not sent (getting data to be sent using getModifiedRecords) =/