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

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

There is a newer version: 5.3.43
Show newest version
{
    afterUpdate : function ButtonAfterUpdate(){
        var button = JWic.$('$control.controlID'),
            options = $control.buildJsonOptions();
        JWic.mobile.Button.initialize(button, options);
    },
	
	/**
	 * Invoked when the existing element is removed from the DOM tree.
	 */
	destroy : function(element) {
		var button = JWic.$('$control.controlID');
		JWic.mobile.Button.destroy(button);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy