[Zope] Drag and Drop in ZMI?

Dieter Maurer dieter@handshake.de
Fri, 31 Aug 2001 20:27:05 +0200 (CEST)


Brad Clements writes:
 > I'm thinking about at least adding support for dropping images into IE on Windows 
 > (sorry it's such a limited scope)
 > 
 > Has anyone else tried this.. or can suggest which module I "HotPatch .. MonkeyPatch .. 
 > DynamicPatch" to allow me to inject some HTML in ZMI folder pages?
The server side should pose no problem....

You have to work on the client side, telling IE what to do
for a drop.

I recently read posts in the mailing list about
XML-RPC implementations in JavaScript.
Maybe, you can use one of them to store the dropped
content via XML-RPC into Zope.


Dieter