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

web.switch-mediator.js.mediator-util.js Maven / Gradle / Ivy

There is a newer version: 4.7.219
Show newest version
function switchMediatorValidate() {
    var srcXpath = document.getElementById('sourceXPath').value;
    if(srcXpath == null || srcXpath==""){
        CARBON.showErrorDialog(switchi18n['must.specify.source.xpath']);
        return false;
    }
    return true;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy