
appServer.shutdown.jsf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-common Show documentation
Show all versions of console-common Show documentation
This bundle contains common code that may be shared across plugins.
The newest version!
function triggerShutdown() {
var button=document.getElementById('form:stopInstance');
var options = {
execute:button.id,
render: '@none'
};
options[button.id] = button.id;
faces.ajax.request(button, null, options);
}