Examples of MFXFontResizer


Examples of wicket.contrib.mootools.plugins.MFXFontResizer

  public ResizePage()
  {
    // webmarkupcontainer is a href link with an image in it.
    // increase the font size by +2 for each click, do it only in the dev
    // with id #stage
    add(new WebMarkupContainer("larger").add(new MFXFontResizer(2).setContainer("stage")));

    // decrease the font size by -2 for each click on the whole page
    add(new WebMarkupContainer("smaller").add(new MFXFontResizer(-2)));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.