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

de.jwic.controls.lazytooltip.LazyTooltipControl.js Maven / Gradle / Ivy

There is a newer version: 5.3.43
Show newest version
{
	afterUpdate: function(){
		var options = $control.buildJsonOptions();
		options.controlId = '$control.controlID';
		JWic.controls.LazyTooltipControl.initialize(options);
	},
	destroy : function(){
		var options = $control.buildJsonOptions();
		options.controlId = '$control.controlID';
		JWic.controls.LazyTooltipControl.destroy(options);
	}
	

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy