Drag'n'drop

goog.require('goog.fx.DragListGroup');
goog.require('goog.fx.DragListDirection');
 
var dlg = new goog.fx.DragListGroup();
dlg.addDragList(document.getElementById("list"), goog.fx.DragListDirection.DOWN);
dlg.init();

Ajouter un commentaire