-
3 Nov 2011 6:36 AM #1
Using ext-all.js instead ext.js gives error
Using ext-all.js instead ext.js gives error
Hi
I built my application and everything loads fine if I use ext.js as ExtJS library. ext.js obiviously loads the necessary classes on the fly. Instead of doing this, I want to use ext-all.js to avoid loading, want to load once and cache.
However, I get an error:
With ext-all-debug.js it says:Code:a is undefined (function(){var e=this,a=Object.protot...ate("Ext.XTemplate",j,g)}return j}});
My production.html file:Code:panel is undefined store = panel.store;
Any ideas? Can someone point me in the right direction to solve the issue please?Code:<html> <head> <title>App-all</title> <link rel="stylesheet" type="text/css" href="ext/resources/css/ext-all.css"> <link rel="stylesheet" type="text/css" href="resources/css/pims-theme.css"> <script type="text/javascript" src="lib/extjs.4.0.7/ext-all.js"></script> <script type="text/javascript" src="app-all.js"></script> </head><body></body> </html>
I'm using ExtJS 4.0.7
Thanks
-
3 Nov 2011 8:48 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,710
- Vote Rating
- 436
What class fires this error? Also, doesn't the SDK tools build a single JS file that has your app and ext js stuff combined?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
3 Nov 2011 9:12 AM #3
I think it fires on grid panel class. Sencha build tools doesn't combine your app and extjs, it just consolidates your app into single file and you still need to use ext library, AFAIK.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote