Hello
I'm Daniel Dumitrescu and i'm new to the QooxDoo discution list.
I want to develop some complex _javascript_ widgets using QooxDoo and I need your help in the next issue:
I have two complex widgets derived from the QxWidget class, each widget
having the following structure: a container which holds several
QxAtom-derived controls. Now, between these two widgets I want to
implement a drag & drop mechanism and i use the following code
lines:
var qxDocument = var doc = this.getClientWindow().getDocument();
var wid1 = new MyWidget1();
var wid2 = new MyWidget2);
function handleDragStart(e) {
}
