]> git.proxmox.com Git - sencha-touch.git/blobdiff - src/examples/oreilly/app/view/about/Card.js
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / examples / oreilly / app / view / about / Card.js
diff --git a/src/examples/oreilly/app/view/about/Card.js b/src/examples/oreilly/app/view/about/Card.js
new file mode 100644 (file)
index 0000000..6f3ab4e
--- /dev/null
@@ -0,0 +1,19 @@
+Ext.define('Oreilly.view.about.Card', {
+
+       extend: 'Ext.NavigationView',
+       xtype: 'aboutContainer',
+
+       config: {
+
+               title: 'About',
+        iconCls: 'time',
+
+        autoDestroy: false,
+
+               items: [
+                       {
+                               xtype: 'aboutList'
+                       }
+               ]
+       }
+});