Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Where do i add extjs library in app.js?


Asked by Finley Rowland on Dec 03, 2021 Extjs



The following library files will be added in an Ext JS application. You will keep ExtJS application code in app.js file. CDN is content delivery network with which you do not need to download the Ext JS library files, instead you can directly add CDN link for ExtJS to your program as follows −
Also,
CDN is content delivery network with which you do not need to download the Ext JS library files, instead you can directly add CDN link for ExtJS to your program as follows −
Just so, ExtBuild is a new node based tool to build Ext JS applications that currently uses Sencha Cmd and Google Closure compiler for building and transpiling Ext JS applications.
Keeping this in consideration,
At a minimum, every ExtJS application will contain one HTML and one JavaScript file—usually index.html and app.js. The file index.html or your default page will include the references to the CSS and JavaScript code of ExtJS, along with your app.js file containing the code for your application (basically starting point of your web application).
Subsequently,
If we are going to use mobile application, then you can use modern themes which can be found under folder \ext-6.0.1-trial\ext-6.0.1\build\modern The following library files will be added in an Ext JS application.