Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
您可以通过将下面的代码放在下面来隐藏“ 另存为草稿”按钮:
You may hide the Save as Draft button by putting the code written below in:
Code Block | ||
---|---|---|
| ||
<script type="text/javascript"> $(document).ready( function(){ $("#saveAsDraft").remove(); }); </script> |