| Web Script: org/alfresco/jsdebugger.post |
| Generated from /share/service/script/org/alfresco/jsdebugger.post on Jun 15, 2026 1:35:30 PM |
| Script Properties | |
| Id: | org/alfresco/jsdebugger.post |
| Short Name: | Javascript Debugger Maintenance |
| Description: | Javascript Debugger Maintenance |
| Authentication: | admin |
| Transaction: | required |
| Method: | POST |
| URL Template: | /api/javascript/debugger?active={active?} |
| Format Style: | any |
| Default Format: | html |
| Negotiated Formats: | [undefined] |
| Implementation: | class org.alfresco.web.scripts.bean.JavascriptDebuggerPost |
| Extensions: | [undefined] |
| [No implementation files] |
| File: org/alfresco/jsdebugger.post.desc.xml |
<webscript>
<shortname>Javascript Debugger Maintenance</shortname>
<description>Javascript Debugger Maintenance</description>
<url>/api/javascript/debugger?active={active?}</url>
<authentication>admin</authentication>
</webscript> |
| File: org/alfresco/jsdebugger.post.html.ftl |
<#import "/org/alfresco/webscripts.lib.html.ftl" as wsLib/>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<@wsLib.head>Alfresco Javascript Debugger</@wsLib.head>
<body>
<div>
<form action="${url.serviceContext}${url.match}" method="post">
<div>
<input type="hidden" name="visible" value="<#if visible>false<#else>true</#if>" />
<table>
<tr>
<td><img src="${url.context}/images/logo/AlfrescoLogo32.png" alt="Alfresco" /></td>
<td><span class="title">Alfresco Javascript Debugger</span></td>
</tr>
<tr><td colspan="2">Alfresco ${server.edition?html} v${server.version?html}</td></tr>
<tr><td colspan="2">Currently <#if visible>enabled<#else>disabled</#if>.
<input type="submit" name="submit" value="<#if visible>Disable<#else>Enable</#if>" /></td></tr>
</table>
</div>
</form>
</div>
</body>
</html> |