Package org.sgx.yuigwt.yui.sortable

Examples of org.sgx.yuigwt.yui.sortable.Sortable


    "    </ul>"+
    "</span>"+
   
    "</td></tr></table>");
   
    Sortable sortable1 = Y.newSortable(SortableConfig.create()
      .container("#demo1").nodes("li").opacity("0.1"));
   
    Sortable sortable2 = Y.newSortable(SortableConfig.create()
        .container("#demo2").nodes("li").opacity("0.1"));
   
    sortable1.join(sortable2, Sortable.JOIN_FULL);
   
    sty1 = Y.newStyleSheet();
View Full Code Here

TOP

Related Classes of org.sgx.yuigwt.yui.sortable.Sortable

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.