Package org.wicketstuff.jquery

Examples of org.wicketstuff.jquery.Options


public class Page4ClientSideOnly extends PageSupport
{
  public Page4ClientSideOnly() throws Exception
  {
    super();
    add(new DnDSortableHandler("dnd0", new Options().set("accept", "groupItem").set(
      "containerclass", "groupWrapper")
    // .set("helperclass", "sortHelper")
    // .set("activeclass", "sortableactive")
    // .set("hoverclass", "sortablehover")
    // .set("handle", "div.itemHeader")
View Full Code Here

TOP

Related Classes of org.wicketstuff.jquery.Options

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.