de.jwic.controls.ValidatedInputBox.js Maven / Gradle / Ivy
//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