Package org.wicketstuff.jwicket.tooltip

Examples of org.wicketstuff.jwicket.tooltip.BeautyTips


    effects.setSpeed(250);
    add(effects);

   

    BeautyTips toolTip = new BeautyTips("You may drag one of the droppable elements on this page into this rectangle.");
    toolTip  .setCssClass("toolTip")
        .setActiveClass("toolTippingComponent")
        .setRawOptions("fill:'rgb(80, 80, 80)'")
        .setCornerRadius(3)
        .setSpikeGirth(4);
View Full Code Here


    effects.setSpeed(250);
    add(effects);

   

    BeautyTips toolTip = new BeautyTips("You may drag one of the droppable elements on this page into this rectangle.");
    toolTip  .setCssClass("toolTip")
        .setActiveClass("toolTippingComponent")
        .setRawOptions("fill:'rgb(80, 80, 80)'")
        .setCornerRadius(3)
        .setSpikeGirth(4);
View Full Code Here

TOP

Related Classes of org.wicketstuff.jwicket.tooltip.BeautyTips

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.