]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/aria/app.js
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / aria / app.js
CommitLineData
6527f429
DM
1/*\r
2 * This file is generated and updated by Sencha Cmd. You can edit this file as\r
3 * needed for your application, but these edits will have to be merged by\r
4 * Sencha Cmd when upgrading.\r
5 */\r
6Ext.application({\r
7 name: 'Aria',\r
8 \r
9 requires: [\r
10 'Ext.window.Toast'\r
11 ],\r
12 \r
13 views: [\r
14 'Buttons',\r
15 'DatePicker',\r
16 'Form',\r
17 'Grid',\r
18 'Image',\r
19 'ItemSelector',\r
20 'List',\r
21 'Panel',\r
22 'Toolbar',\r
23 'Viewport',\r
24 'Window'\r
25 ],\r
26\r
27 autoCreateViewport: 'Aria.view.Viewport',\r
28 \r
29 //-------------------------------------------------------------------------\r
30 // Most customizations should be made to Aria.Application. If you need to\r
31 // customize this file, doing so below this section reduces the likelihood\r
32 // of merge conflicts when upgrading to new versions of Sencha Cmd.\r
33 //-------------------------------------------------------------------------\r
34 msg: function(title, format) {\r
35 var s = Ext.String.format.apply(String, Array.prototype.slice.call(arguments, 1));\r
36 \r
37 Ext.toast(s, title);\r
38 }\r
39});\r