Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi,
There might be some features added and enhanced in DX8 that caused the issue.
What you can try on your end are :
Check for Deprecated Functions
Identify any JavaScript functions used in your Joget v6 application that may be deprecated or replaced in Joget DX8. Joget DX8 might have introduced new methods or changed the way certain functions work.
Update JavaScript Libraries
Ensure that any external JavaScript libraries you are using are compatible with Joget DX8. Update these libraries to their latest versions if necessary.
Modify JavaScript Code
Adjust your JavaScript code to align with the new APIs and features in Joget DX8. Here are some common changes you might need to make:
onload
, onclick
) are still correctly referenced and functioning.You can also have a read on this KB : Updating to DX 8 AJAX Themes.
it has the potential fixes if your JS scripts are not working as expected after upgrading from older joget version to Joget DX8.
Cheers!
i have project in joget 6 and want to import to joget 8 . but after import i have issue because our javascript in joget 8 can't work but somehow in joget 8 can use jquery and in joget 6 can't use jquery. so how i can check or fix this ?