Hi,

I have made sortable list (<ul><li>) containing text input fields.
Drag and Drop is working fine.

Now I would like the same behavior with textarea. But textarea have a
bigger height so I would like to display them an other way (tabs,
accordeon, ...).

Does anybody have a good feedback to did that ? My pain point is to
have all information in the LI because I want to:
- DnD in the DOM all the content
- Clone the LI
- Update the content of the LI

I tried many CSS tips to build tabs but nothing really neat. Many Tabs
implementation use 2 List (one for tab the other for tabpabe) but this
implies to clone/update/drag both list. This is not really handy.

Any suggestion ?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to