Help needed with allowing edit of dropped text
Hi,
I am trying to build a planner using draggable from menu items to a
calendar style grid. So I have set up a textarea as dropabble. I can
sucessfully drop multiple menu items into my textarea by appending
them to the html for the textarea, but if I change the text in the
textarea, by removing one of the items, which I would like to allow.
The item is not removed from the html, and any new entries dragged in
after this, even though added to the html are not visible in the
textarea. I see no errors in Firebug.
Is there a way to achieve this, or am I going to have to use different
droppable containers for each menu item dragged. How would I allow
deletion of an item?
Any help with strategy would be appreciated.
You can see what I mean by going here
http://webrecipemanager.com/ and logging in with
user demo
password demo99
then entering URL http://webrecipemanager.com/menuplanner.php
--