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

de.jwic.controls.menu.Menu.js Maven / Gradle / Ivy

There is a newer version: 5.3.43
Show newest version
{
	afterUpdate: function(element) {
		JWic.controls.Menu.initialize("${control.controlID}", {
			hidden : $control.hidden
		})
	},
	destroy : function(element) {
		JWic.controls.Menu.destroy("$control.controlID");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy