de.jwic.controls.mobile.MInputBox.js Maven / Gradle / Ivy
{
afterUpdate : function (){
var control = JWic.$('$control.controlID'),
options = $control.buildJsonOptions();
JWic.mobile.InputBox.initialize(control, options);
},
destroy : function(element) {
var button = JWic.$('$control.controlID');
JWic.mobile.InputBox.destroy(button);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy