Drag & Drop capability
Brought to you by:
hexidec
Need to add basic D&D capability that allows text,
images, URLs, and compound objects to be dropped into
Ekit documents. Investigate the possibility of
encapsulating or serializing other classes into a drop
object and then having Ekit upack it again in the
document.
Logged In: NO
for a beginning you could add a public setDocumentText() so
one could use javascript to enter data to the applet ...
Logged In: YES
user_id=197121
I would love to see true cut and paste in a windows
environment, and drag and drop would be even better.
While investigating this, was pointed at:
http://java.sun.com/docs/books/tutorial/uiswing/misc/dnd.html
Luckily, because our non-tech people will be using ekit alot
we've got external contractors in that will come and work on
code for us; and you might just have them working on this :)
Logged In: YES
user_id=103018
A public setDocumentText() method is available in the latest
release now. I am investigating the DnD article that
clockwerx posted as well.