ExtJS is a JavaScript library for building rich internet applications. It's compatible with major browsers and is used to build rich, sustainable web applications quickly.
One of the good things about ExtJS is that it supports plugins. Another good thing is, ExtJS plugins don't need any installation. How could you use it s to include the plugin in your HTML code the same way as you include other JavaScripts, as the following example;
<script type="text/javascript" src="myextjsplugin.js"></script>
What's important is the loading sequence. Depending on your code and plugin, you might need to load the plugin before loading the core ExtJS libraries, but that depends.

Author: Mohd
Shakir Zakaria
Mohd Shakir Zakaria is a cloud architect with deep roots in software development and open-source advocacy. Certified in AWS, Red Hat, VMware, ITIL, and Linux, he specializes in designing and managing robust cloud and on-premises infrastructures.

Mohd Shakir Zakaria is a cloud architect with deep roots in software development and open-source advocacy. Certified in AWS, Red Hat, VMware, ITIL, and Linux, he specializes in designing and managing robust cloud and on-premises infrastructures.
Discuss the article:
Comment anonymously. Login not required.