Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / examples / data.js
index 6db8884..0cf9cda 100644 (file)
@@ -1,6 +1,6 @@
 /*!
- * Ext JS Library 3.1.0
- * Copyright(c) 2006-2009 Ext JS, LLC
+ * Ext JS Library 3.1.1
+ * Copyright(c) 2006-2010 Ext JS, LLC
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
@@ -15,20 +15,10 @@ Ext.samples.samplesCatalog = [{
         icon: 'feeds.gif',\r
         desc: 'RSS feed reader example application that features a swappable reader panel layout.'\r
     },{\r
-        text: 'Simple Tasks',\r
-        url:  'http://extjs.com/blog/2008/02/24/tasks2/',\r
-        icon: 'air.gif',\r
-        desc: 'Complete personal task management application example that runs on <a href="http://labs.adobe.com/technologies/air/" target="_blank">Adobe AIR</a>.'\r
-    },{\r
-        text: 'Simple Tasks',\r
-        url:  'tasks/tasks.html',\r
-        icon: 'tasks.gif',\r
-        desc: 'Personal task management application example that uses <a href="http://gears.google.com" target="_blank">Google Gears</a> for data storage.'\r
-    },{\r
-        text: 'Image Viewer',\r
-        url:  'organizer/organizer.html',\r
-        icon: 'organizer.gif',\r
-        desc: 'DataView and TreePanel example that demonstrates dragging data items from a DataView into a TreePanel.'\r
+        text: 'Web Desktop',\r
+        url:  'desktop/desktop.html',\r
+        icon: 'desktop.gif',\r
+        desc: 'Demonstrates how one could build a desktop in the browser using Ext components including a module plugin system.'\r
     }/*,{\r
         text: 'Image Organizer',\r
         url:  'image-organizer/index.html',\r
@@ -48,10 +38,23 @@ Ext.samples.samplesCatalog = [{
         desc: 'Ext JS online forums browser application.',\r
         status: 'modified'\r
     },{\r
-        text: 'Web Desktop',\r
-        url:  'desktop/desktop.html',\r
-        icon: 'desktop.gif',\r
-        desc: 'Demonstrates how one could build a desktop in the browser using Ext components including a module plugin system.'\r
+        text: 'Image Viewer',\r
+        url:  'organizer/organizer.html',\r
+        icon: 'organizer.gif',\r
+        desc: 'DataView and TreePanel example that demonstrates dragging data items from a DataView into a TreePanel.'\r
+    }]\r
+},{\r
+    title: 'Offline Support',\r
+    samples: [{\r
+        text: 'Simple Tasks',\r
+        url:  'tasks/tasks.html',\r
+        icon: 'tasks.gif',\r
+        desc: 'Personal task management application example that uses <a href="http://gears.google.com" target="_blank">Google Gears</a> for data storage.'\r
+    },{\r
+        text: 'Simple Tasks',\r
+        url:  'http://extjs.com/blog/2008/02/24/tasks2/',\r
+        icon: 'air.gif',\r
+        desc: 'Complete personal task management application example that runs on <a href="http://labs.adobe.com/technologies/air/" target="_blank">Adobe AIR</a>.'\r
     }]\r
 },{\r
     title: 'Accessibility',\r
@@ -59,7 +62,7 @@ Ext.samples.samplesCatalog = [{
         text: 'Key Feed Viewer',\r
         url:  'key-feed-viewer/view.html',\r
         icon: 'keyboard.gif',\r
-        desc: 'Keyboard navigation within a complex layout',\r
+        desc: 'Keyboard navigation within a complex layout.',\r
         status: 'experimental'\r
     },{\r
         text: 'ARIA Tree',\r
@@ -67,6 +70,17 @@ Ext.samples.samplesCatalog = [{
         icon: 'acc-tree.gif',\r
         desc: 'Demonstrating ARIA with a TreePanel',\r
         status: 'experimental'\r
+    },{\r
+        text: 'Custom Search Fields',\r
+        url: 'form/custom-access.html',\r
+        icon: 'form-custom-access.gif',\r
+        desc: 'A TriggerField search extension combined with an XTemplate for custom results rendering. Uses the Accessibility theme.'\r
+    },{\r
+        text: 'Binding a Grid to a Form',\r
+        url:  'form/form-grid-access.html',\r
+        icon: 'form-grid-binding-access.gif',\r
+        desc: 'A grid embedded within a FormPanel that uses the Accessibility theme.'\r
+\r
     }]\r
 },{\r
     title: 'Grids',\r