HyGy
15 Dec 2012, 7:38 AM
I created a extjs4.1.1 application with sencha architect. Autocreate viewport (layout border), inside 2 panels.
I copied, the app.html to index html, placed the needed tags into index.html.
Using the:
# sencha compile -classpath=ext-4.1.1a/src,app page --input-file index.html --output-page index-production.html
command, I created a deployed version. When I point the index-production.html in chrome, I got the following error:
Uncaught Error: [Ext.createByAlias] Cannot create an instance of unrecognized alias: layout.border
When I'm changing the viewport layout from border to fit, hbox, etc. then everything is good.
I copied, the app.html to index html, placed the needed tags into index.html.
Using the:
# sencha compile -classpath=ext-4.1.1a/src,app page --input-file index.html --output-page index-production.html
command, I created a deployed version. When I point the index-production.html in chrome, I got the following error:
Uncaught Error: [Ext.createByAlias] Cannot create an instance of unrecognized alias: layout.border
When I'm changing the viewport layout from border to fit, hbox, etc. then everything is good.