Recently, Felix Theissen wrote: > i am looking for an hierachical listfield, where it is > easy to reoder the entries by draging around the > entrys (it schould work in this way: if i drag a > parent item of the list, then all other child item > related to the parent item should be dragged along > with the parent item) > Is there an easy solution for it.
I have a reorderable list field that creates a drag-and-drop effect similar to that of Apple's iTunes. It supports auto-scrolling and allows you to remove a line from the field (with visual feedback). It's not easy, and it only handles a single line within the same stack, but it might get you started. Execute the following in your message box: go url "http://www.tactilemedia.com/download/getinline.rev" Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
