Re: [qooxdoo-devel] event callbacks

2008-08-21 Thread Derrell Lipman
On Thu, Aug 21, 2008 at 4:48 PM, John de la Garza <[EMAIL PROTECTED]> wrote: > > I still can't figure out what addType and addData do > > Where do the data types come from? > I'm the wrong person to ask. I believe that you should be able to do everything from the keyboard. :-) However, the impl

Re: [qooxdoo-devel] event callbacks

2008-08-21 Thread John de la Garza
Derrell Lipman wrote: > On Thu, Aug 21, 2008 at 3:15 PM, John de la Garza <[EMAIL PROTECTED] > > wrote: > > I'm looking at the demo code for drag and drop and trying to > understand > it all. > > the document at: > http://qooxdoo.org/documentation/0.8/

Re: [qooxdoo-devel] event callbacks

2008-08-21 Thread Derrell Lipman
On Thu, Aug 21, 2008 at 3:15 PM, John de la Garza <[EMAIL PROTECTED]> wrote: > I'm looking at the demo code for drag and drop and trying to understand > it all. > > the document at: http://qooxdoo.org/documentation/0.8/ui_overview?s=drag > drop#drag_drop > > tells me to have a dragstart on the sou

[qooxdoo-devel] event callbacks

2008-08-21 Thread John de la Garza
I'm looking at the demo code for drag and drop and trying to understand it all. the document at: http://qooxdoo.org/documentation/0.8/ui_overview?s=drag drop#drag_drop tells me to have a dragstart on the source and drop on the target, but the demo code has droprequest on the source, too I loo