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

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

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

    },
    destroy : function PanelDestroy(){
        var control = JWic.$('ctrl_$control.controlID')
        JWic.mobile.Panel.destroy(control, $control.buildJsonOptions());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy