My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Droppable  
Updated Nov 14, 2010 by roche....@gmail.com

How to use

See 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> 

Java

WebMarkupContainer dropZone = new WebMarkupContainer("dropZone");
dropZone.add(new DroppableBehavior());
add(dropZone);

Options

See http://docs.jquery.com/UI/Droppable

TODO


Sign in to add a comment
Powered by Google Project Hosting