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

META-INF.resources.system.properties.n2oProperties.js Maven / Gradle / Ivy

The newest version!
//noinspection JSUnresolvedFunction
define([], function() {
    return {
        deleteEnv: function() {
            this.getWidget().editModel().set('envValue', null);
            this.getWidget().editModel().set('hasEnvValue', false);
        },

        addEnv: function() {
            this.getWidget().editModel().set('hasEnvValue', true);
        },

        deleteServlet: function() {
            this.getWidget().editModel().set('servletValue', null);
            this.getWidget().editModel().set('hasServletValue', false);
        },

        addServlet: function() {
            this.getWidget().editModel().set('hasServletValue', true);
        }
    }
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy