All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wings.js.wings.modules.tooltip.js Maven / Gradle / Ivy

The newest version!
/***************************************************************************************************
 * WINGS.TOOLTIP  --  contains: tooltip related functions 
 **************************************************************************************************/

// Create module namespace
wingS.namespace("tooltip");


wingS.tooltip.init = function(delay, duration, followMouse) {
    if (config && config.Delay && config.Duration && config.FollowMouse) {
    	config.Delay = delay;
		config.Duration = duration;
		config.FollowMouse = followMouse;
    }
};





© 2015 - 2024 Weber Informatics LLC | Privacy Policy