What is the difference between ext.js and ext-all.js file ?

devquora
devquora

Posted On: Feb 22, 2018

 

ext-all.js: This file contains the entire Ext JS framework (used for Development & testing)
ext.js: This file contains the minimum Ext JS code (Ext JS base library)- used in Production.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Ext js Interview Questions

    Explain What is EXT.js?

    Ext.js is pure Javascript framework that is used for building interactive cross-platform web applications such as desk..

    Ext js Interview Questions

    List some features of Ext JS?

    Features of Ext Js : – Pre-Integrated and Tested UI Components. Rich Data Analytics. Code compatibility of new versio..

    Ext js Interview Questions

    Which architecture is supported by Ext JS?

    Ext JS provides support for both MVC (Model view controller) and MVVM (Model View ViewModel) application architect..