WinningJr
10 Apr 2012, 5:06 AM
I need to set the path for the application. Modifying (against the rules) ext.application in the generated designer.js to include:
appFolder: '/myurl/app',
works but is wiped out every time I hit export (of course).
Is there a property in designer I'm missing?
I noticed someone esle reporting a bug that the following modification to the calling .html doesn't work and should, but the bug was closed saying that modifying appFolder as described above worked (but is not the solution).
<script type="text/javascript">
Ext.Loader.setConfig({ enabled: true });
Ext.Loader.setPath('Foo', 'foo/app');
</script>
<script type="text/javascript" src="foo/app/Application.js"></script>
That thread was entitled MVC appFolder path (http://www.sencha.com/forum/showthread.php?131364-MVC-appFolder-path)
Thanks,
Gerrye:
appFolder: '/myurl/app',
works but is wiped out every time I hit export (of course).
Is there a property in designer I'm missing?
I noticed someone esle reporting a bug that the following modification to the calling .html doesn't work and should, but the bug was closed saying that modifying appFolder as described above worked (but is not the solution).
<script type="text/javascript">
Ext.Loader.setConfig({ enabled: true });
Ext.Loader.setPath('Foo', 'foo/app');
</script>
<script type="text/javascript" src="foo/app/Application.js"></script>
That thread was entitled MVC appFolder path (http://www.sencha.com/forum/showthread.php?131364-MVC-appFolder-path)
Thanks,
Gerrye: