Package wicket.contrib.mootools.plugins

Examples of wicket.contrib.mootools.plugins.MFXSmoothScroll


public class ScrollingPage extends WicketExamplePage
{
  public ScrollingPage()
  {
    // add MFXSmoothScroll to your base page or current page
    add(new MFXSmoothScroll());

    // now all anchor clicks will have smooth scrolling on your web page
  }
View Full Code Here

TOP

Related Classes of wicket.contrib.mootools.plugins.MFXSmoothScroll

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.