Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
i can't run "set time out java script" in custom htmlsetTimeout(function() { console.log('SetTimeout dipanggil setelah 2 detik!'); console.log('Popup ID:', popupId); // Periksa apakah popupId valid}, 2000);
works for me though...ensure its encapsulated in <script> tag and the popupId is defined...else you get the following...
i can't run "set time out java script" in custom html
setTimeout(function() {
console.log('SetTimeout dipanggil setelah 2 detik!');
console.log('Popup ID:', popupId); // Periksa apakah popupId valid
}, 2000);