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

de.jwic.controls.Button.js Maven / Gradle / Ivy

There is a newer version: 5.3.43
Show newest version
{
	// Attach to events...
	afterUpdate: function(element) {
	#if($control.visible)
		var btn = JWic.$('btn_${control.controlID}');
		if (btn) {
			JWic.controls.Button.initialize(btn, "${control.controlID}",$control.buildJsonOptions());
		}
	#end
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy