Re: Need assistance w/ Drag N Drop - Alexandre Iline - org :: Atom feed for this thread. Paste this URL into your reader: I have drag and drop working within and across components in ROBOT mode. . void run() { runInTread(1); } }).start(); } }); JPanel testPane = new JPanel(); testPane. initDispatchingModel(); JTreeOperator treeOp = new JTreeOperator(tree); treeOp. http://markmail.org/message/mimz2a3x42alalovHOME | Hi, I have a tree near a panel, the panel is an extension of Ext.Panel, like in the portal example (Ext.ux.Portal). Now I want to add new portlet to the panel choosing elements from the tree.
Do you have any idea how to to drag elements from a tree and drop them into a panel?
Thanks!
Andrea
Thanks but could you post a example of it ?
I try to do a similar thing but it doesn't work for me :(
h**p://interfaceformateur.tk/ (if you clic to the "Nouveau menu" button, it create a new ux.Portal tab, and I want to drag/drop some items from the left trees on it). Drag-and-drop downloads at vicman:: Keywords: Drag and drop tree, php treeview, php tree, tree view, ajax treeview Simply extract the files from the ZIP into a folder of your choice and http://www.vicman.net/getfree/draganddrop.htmlHOME |
Please help me.
pas mal ton site, broutard,
je vois que tu as déja bien avancé dessus!!!
A quand un forum francais?!!
well done,
Franchesko62
Looks good but where did you place that code?
me too, using tree for panel control and would like to enable dragging a tree leaf onto
a panel directly besdies checkbox clickingdclicking.
I'm also want it,need help!
Looks good but where did you place that code?
Its after the creation of the tree and my panel. I could also get the drop indicator to change:
var dz = new Ext.dd.DropZone('my_drop_target', {ddGroup: 'TreeDD'});
dz.onContainerOver = function(source, e, data) { return this.dropAllowed; } Customizable drag and drop for industrial software applications :: Field of the Invention The present invention relates to a Drag & Drop, and, the case that Functions need to be incorporated into new applications. . In a first window 20, there is a hierarchical tree 22 ofobjects 24a . . . n. .. Instrumentation and component modeling (e.g., interactive control panel, http://www.patentstorm.us/patents/7337409/description.htmlHOME | RBrowser File Operations:: There are two ways to do this: in the Inspector Panel under the General Tab, Exercise caution before starting operations (such as deleting a tree of files) Conversely, from a remote RBrowser Viewer you can drag and drop into http://www.rbrowser.com/rb_file_operations.htmlHOME |
dz.notifyDrop = function(e)
{
var node = e.dragData.node;
// do stuff here
}
I also meet this problem
and what about to drag a comp to a tree than create a treenode like the example organizer which needs dataview object
I need the same thing.
var dz = new Ext.dd.DropZone('my_drop_target', {ddGroup: 'TreeDD'});
dz.notifyDrop = function(e)
{
var node = e.dragData.node;
// do stuff here
}
dz.notifyEnter = function(e,t)
{
return 'x-dd-drop-ok'; // <== this doesn't seem to do anything
}
This mostly works except I can't get the drop indicator to changes from 'not allowed'.
I am also in search of it.I tried many example without any luck. :(
Hi Andrea:
Have you found a solution to this problem yet? I too am trying to D&D from the tree to the portal without much luck. :-?
Did this ever get solved?
I also need to drop from a tree into a panel?
Can it even be done?
Get Smart About Monitoring Virtual Machines
Microsoft Gets Ex-Streamly Cozy with U.K.'s MediaWave
|