|
Draggable
How to useSee example here: http://wiquery-examples-1-1-x.appspot.com/?wicket:bookmarkablePage=:org.odlabs.wiquery.examples.draggable.DraggablePage XHTML<div wicket:id="dragPanel" style="background-color: lightgrey; height: 50px; width: 75px;"> Drag me !! </div> JavaDraggableBehavior draggableBehavior = new DraggableBehavior(); draggableBehavior.setContainment(new DraggableContainment(ContainmentEnum.PARENT)); add(draggableBehavior); OptionsSee http://docs.jquery.com/UI/Draggable TODO | |
► Sign in to add a comment