]> git.proxmox.com Git - extjs.git/blame - extjs/examples/modern/oreilly/app/view/about/Card.js
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / modern / oreilly / app / view / about / Card.js
CommitLineData
6527f429
DM
1Ext.define('Oreilly.view.about.Card', {\r
2\r
3 extend: 'Ext.NavigationView',\r
4 xtype: 'aboutContainer',\r
5\r
6 config: {\r
7\r
8 title: 'About',\r
9 iconCls: 'x-fa fa-question',\r
10\r
11 autoDestroy: false,\r
12\r
13 items: [\r
14 {\r
15 xtype: 'aboutList'\r
16 }\r
17 ]\r
18 }\r
19});\r