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

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

There is a newer version: 5.3.43
Show newest version
//ValidatedInputBox
{
	afterUpdate:function(){
		#if($control.visible)
			var options = $control.buildJsonOptions();
			var control = JWic.$('${control.controlID}');
			JWic.controls.ValidatedInputBox.initialize(control,options);
		#end
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy