Scriptaculous JavaScript DHTML



        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


  script.aculo.us Drag and drop functional test file
  
  
  
  
  
    #thelist li { background: green; margin:5px; padding: 30px; }
    #thelist2 li { background: #ffb; margin:2px; padding: 2px; }
    #revertbox2 { position:absolute;top:40px;left:50px;z-index:1000;width:150px;height:150px;background:#bbf; }
  


script.aculo.us Drag and drop functional test file


Draggables/Droppables


inspect sortables

  drag here
  (but not here)
   Revert?


  drag here
   Revert?

testtest


  new Draggable('revertbox1',{scroll:window,zindex:-5,handle:'handle1',revert:function(element){return ($('shouldrevert1').checked)}});
  new Draggable('revertbox2',{scroll:window,handle:'handle2',revert:function(element){return ($('shouldrevert2').checked)}});
  Droppables.add('xxxx',{accept:['box1','box2'],onDrop:function(){alert('drop!')}});


Hey there! I'm absolutely positioned
one

two

three



  • Relatively here!

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one

  • one



  • //  Sortable.create('thelist', {overlap: 'horizontal', constraint: false});
    Sortable.create('thelist');
    Sortable.create('thelist2');