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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy