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

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

There is a newer version: 5.3.43
Show newest version
{
    afterUpdate : function ButtonAfterUpdate(){
        var tabstrip = JWic.$('$control.controlID'),
            options = $control.buildJsonOptions();
        JWic.mobile.TabStrip.initialize(tabstrip, options, $control.getActiveIndex());
    },
    
    destroy : function(element) {
		var button = JWic.$('$control.controlID');
		JWic.mobile.TabStrip.destroy(button);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy