Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 17

6apxatCurtisOdentc74wykthreedx00 +12 guests

Drag & Drop in Drupal 6 beta 3

Comments

  • Posts: 1,880
    Good way to have an accessible Drag and drop feature; it is device independent and work without JavaScript.
  • Posts: 2,419
    Dinoboff, that's very interesting, what would you use instead of JavaScript?
  • Posts: 1,880
    You have a form. Each item is a text input that hold the position of the item in the list. The user can change the positions and submit the form. If JavaScript is on, the text inputs are transform into select elements with the list of possible position as option and the list is styled as drag and drop list. Then it will work like the video. We can also disable the form and use Ajax to submit the new positions.
This discussion has been closed.