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:
Thai |
---|
คุณสามารถซ่อนปุ่มบันทึกเป็นฉบับร่างโดยวางรหัสที่เขียนด้านล่างใน: |
Javascript (Userview Theme Settings)
Thai |
---|
Javascript (การตั้งค่าธีม Userview ) |
Form Builder (Custom HTML element)
Thai |
---|
เครื่องมือสร้างแบบฟอร์ม (องค์ประกอบ Custom HTML) |
Code Block | ||
---|---|---|
| ||
<script type="text/javascript"> $(document).ready( function(){ $("#saveAsDraft").remove(); }); </script> |
...