-
20 Jun 2012 1:00 AM #1
Deploy Ext JS Application by SDK Tools
Deploy Ext JS Application by SDK Tools
Hi All,
I have created a jsb3 file using 'sencha create jsb' command and created 'app-all.js' and 'all-classes.js' after I ran the command 'sencha build'.
Question here is, what is the purpose of jsb3 file and after creating 'app-all.js' and 'all-classes.js' how can I run application.
'app-all.js' doesn't contain all the class definitions in the application.
And I have tried the below ways to load the application after using sencha build command.
It says 'object is not a function'. I think it because of all the class definitions which are in application not there in 'app-all.js'
Code:<title id="page-title">Simple MVC Application</title> <link rel="stylesheet" type="text/css" href="../../../../resources/css/ext-all.css"> <script type="text/javascript" src="../../../../ext.js"></script> <script type="text/javascript" src="app-all.js"></script>
The application is not loading in both the ways.Code:<link rel="stylesheet" type="text/css" href="../../../../resources/css/ext-all.css"> <script type="text/javascript" src="../../../../builds/ext-core.js"></script> <script type="text/javascript" src="all-classes.js"></script> <script type="text/javascript" src="app.js"></script>
-Sridhar
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote