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

de.jwic.controls.mobile.MSelectBox.js Maven / Gradle / Ivy

There is a newer version: 5.3.43
Show newest version
{
    afterUpdate : function SelectBoxAfterUpdate(){
        var control = JWic.$('$control.controlID'),
            options = $control.buildJsonOptions();
        JWic.mobile.SelectBox.initialize(control, options);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy