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 in the following code written below in:
Code Block | ||
---|---|---|
| ||
<script type="text/javascript"> $(document).ready( function(){ $("#saveAsDraft").remove(); }); </script> |