Examples of MFXTips


Examples of wicket.contrib.mootools.plugins.MFXTips

{
  public TooltipPage()
  {
    // Plugin automatically inserts the required CSS code needed
    Label lbl = new Label("label", "Label with tooltip");
    lbl.add(new MFXTips("Hello world!."));
    add(lbl);
  }
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.