I'm building a large RIA application using EXTJS, and would like to dynamically load components (extended classes) from within the main application.js script.
The application will eventually run as an Intranet application that will be regularly amended and modified as requests for additional features and functionality is submitted for development, therefore I would like to break the application apart in modules, instead of one concatenated and minified .js file.
How do I implement and call the Ext.Loader() class, to dynamically load components as needed.
Thanks.
The application will eventually run as an Intranet application that will be regularly amended and modified as requests for additional features and functionality is submitted for development, therefore I would like to break the application apart in modules, instead of one concatenated and minified .js file.
How do I implement and call the Ext.Loader() class, to dynamically load components as needed.
Thanks.
Last edited: