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

org.jbpm.designer.public.js.menu.menuutils.js Maven / Gradle / Ivy

There is a newer version: 7.73.0.Final
Show newest version
function openintab(url) {
    var togo = window.location.protocol + "//" + window.location.host + "/editor?uuid=" + url + "&profile=jbpm&pp=";
    window.open(togo, '_blank');
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy