|
Droppable
How to useSee example here: http://wiquery-examples-1-1-x.appspot.com/?wicket:bookmarkablePage=:org.odlabs.wiquery.examples.droppable.DroppablePage XHTML<div wicket:id="dropZone" style="width: 50px; height: 50px; border: 1px solid black;"> </div> JavaWebMarkupContainer dropZone = new WebMarkupContainer("dropZone");
dropZone.add(new DroppableBehavior());
add(dropZone);
OptionsSee http://docs.jquery.com/UI/Droppable TODO | |
► Sign in to add a comment