X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/examples/app/feed-viewer/app.js diff --git a/examples/app/feed-viewer/app.js b/examples/app/feed-viewer/app.js new file mode 100644 index 00000000..55fc1246 --- /dev/null +++ b/examples/app/feed-viewer/app.js @@ -0,0 +1,16 @@ +Ext.application({ + name: 'FV', + + // All the paths for custom classes + paths: { + 'Ext.ux': '../../../examples/ux/' + }, + + // Define all the controllers that should initialize at boot up of your application + controllers: [ + 'Articles', + 'Feeds' + ], + + autoCreateViewport: true +});