Replacing Ext JS Modal with Vanilla JavaScript and CSS

Purpose This article provides a guide to replace an Ext JS-based modal implementation with a lightweight, modern solution using vanilla JavaScript and CSS. The new approach eliminates dependency on Ext JS, improves maintainability, and enhances performance while preserving the original functionality of displaying a “Terms and Conditions” modal with accept/cancel options. Scope This solution applies… Continue reading Replacing Ext JS Modal with Vanilla JavaScript and CSS

Removal of the Ext JS Library

NetSuite has started the process to remove the unsupported Ext JS library. If your customizations rely on this library’s API, despite its lack of support, you should prepare for this removal as soon as possible. The Ext JS library will be removed before 2025. The removal of the Ext JS library may break external references… Continue reading Removal of the Ext JS Library