Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Enable Collapsible Menu? in UI Collapsible Theme settings under the Configure Custom UI tab.
เปิดใช้งานเมนูที่พับได้หรือไม่ ในการตั้งค่าธีมของ UI ภายใต้แท็บ Configure Custom UI
Insert this code into Custom JavaScript on the same page.
ใส่รหัสนี้ใน JavaScript ที่กำหนดเองในหน้าเดียวกัน
$(document).ready(function(){ $(".menu-container").hide(); });