-
1 Mar 2012 5:12 AM #1
Ext.util.Droppable status?
Ext.util.Droppable status?
What is the current status of Ext.util.Droppable? It seems not to be used by any other class in the framework.
Also it uses not existed method of Ext.util.Observable:
And referencing the not existed property of draggable:Code:if (!this.mgr) { this.mgr = Ext.util.Observable.observe(Ext.util.Draggable); }
Is it outdated or ? I'm looking in the RC2.Code:onBeforeDragEnd: function(draggable, e) { draggable.cancelRevert = this.canDrop; },
-
1 Mar 2012 8:57 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 434
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
1 Mar 2012 9:33 AM #3
No, question is about Droppable, not Draggable.
-
1 Mar 2012 9:34 AM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 434
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
1 Mar 2012 11:45 AM #5Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,651
- Vote Rating
- 14
Currently unsupported.
-
8 Mar 2012 12:23 AM #6
Could you be more specific?
Could you be more specific?
We're working on an app built with Sencha Touch and are eager to get started with ST2, but Ext.util.Droppable is an essential part of the app and we depend on it to work. How is this prioritized (should be high?)

I mean, droppable is one of the basic utils in Sencha Touch 1, and I think it's a little strange to be releasing a brand new version with all this amazing new stuff, but essentials from verison one are no longer supported...
I don't mean to be whining, ST is a great framework we have been using with great success, so look at it more like constructive criticism.
-
20 Mar 2012 5:24 PM #7
A big chunk of our app uses Ext.util.Observable.observe as well. We are looking to upgrade to Sencha 2 and this is the first non-trivial change I've found. I found this thread looking for a substitute. We basically observe our page and attach a bunch of custom events. Something like this:
Any suggestions on how we can replace this would be greatly appreciated.Code:var mgr = Ext.util.Observable.observe(Dtv.Mobile.Component.Page); mgr.on({ scope: this, pageClick : function() { ... }, formSubmit : function() { ... }, afterPageUpdate : function(newPage) { ... }, etc.
-
15 May 2012 6:22 AM #8
I'm also interested in a statement about the status.
Is it already in progress? Unfortunately, we have to make the decision to use Drag&Drop or not.
Regards Farion
-
8 Mar 2013 9:59 PM #9
Where are we on Droppable Sencha fellas? I need to drop some stuff.
-
12 Mar 2013 1:37 AM #10


Reply With Quote