1 Reply Latest reply on Apr 1, 2009 5:28 AM by ilya_shaikovsky

    Drag and drop

    kanikman

      Hi

      Is it posible for a component to be drag and drop component simultaneously?
      For instance I want to drag element to drop area and then drag the same element back ? Second case, I have some elements in drag component and I want to drag element and change its position in drag component.

      Source List

      element1
      element2
      element3
      element4

      I want to drag element1 on for instance element3 posiotion like this:

      Source List
      element2
      element1
      element3
      element4

      Second case

      Source List1 Source List2
      
      a f
      b
      c
      d


      I want to move element a to Source List2 and for instance drag then bach to Source List1. Is it posible ?

      I'm writing CMS system based completely on RichFaces and I want make possibility while creating new pages by user to dragigng and changing positions of componets on page