X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/examples/app/nested-loading/app.js diff --git a/examples/app/nested-loading/app.js b/examples/app/nested-loading/app.js new file mode 100644 index 00000000..c370c1cb --- /dev/null +++ b/examples/app/nested-loading/app.js @@ -0,0 +1,14 @@ +/** + * Books.app + * A MVC application which displays a list of books and their reviews. + * Uses nested data which is loaded from a single json file. + */ +Ext.application({ + name: 'Books', + + controllers: [ + 'Books' + ], + + autoCreateViewport: true +});