Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git] / examples / data.js
index 67537f2..6db8884 100644 (file)
@@ -1,38 +1,39 @@
 /*!
- * Ext JS Library 3.0.3
+ * Ext JS Library 3.1.0
  * Copyright(c) 2006-2009 Ext JS, LLC
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
 Ext.ns('Ext.samples');\r
 \r
+\r
 Ext.samples.samplesCatalog = [{\r
-    title: 'Combination Samples',\r
+    title: 'Combination Examples',\r
     samples: [{\r
         text: 'Feed Viewer',\r
         url:  'feed-viewer/view.html',\r
         icon: 'feeds.gif',\r
-        desc: 'RSS feed reader sample application that features a swappable reader panel layout.'\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 sample that runs on <a href="http://labs.adobe.com/technologies/air/" target="_blank">Adobe AIR</a>.'\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 sample that uses <a href="http://gears.google.com" target="_blank">Google Gears</a> for data storage.'\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 sample that demonstrates dragging data items from a DataView into a TreePanel.'\r
+        desc: 'DataView and TreePanel example that demonstrates dragging data items from a DataView into a TreePanel.'\r
     }/*,{\r
         text: 'Image Organizer',\r
         url:  'image-organizer/index.html',\r
         icon: 'image-organizer.gif',\r
-        desc: 'Image management application sample utilizing MySQL lite and Ext.Direct.',\r
+        desc: 'Image management application example utilizing MySQL lite and Ext.Direct.',\r
         status: 'new'\r
     }*/,{\r
         text: 'Ext JS API Documentation',\r
@@ -169,9 +170,21 @@ Ext.samples.samplesCatalog = [{
     }, {\r
         text: 'RESTful Store with GridPanel and RowEditor',\r
         url: 'restful/restful.html',\r
-        icon: 'restful-thumb.gif',\r
+        icon: 'grid-row-editor.gif',\r
         desc: 'A RESTful Store with JsonWriter which automatically generates CRUD requests to the server.',\r
         status: 'new'\r
+    },{\r
+        text: 'Locking GridView extension',\r
+        url: 'grid/locking-grid.html',\r
+        icon: 'grid-locking.gif',\r
+        desc: 'An example extension that introduces the ability to add locking columns to the GridPanel',\r
+        status: 'new'\r
+    },{\r
+        text: 'Grouping GridView extension',\r
+        url: 'grid/ColumnHeaderGroup.html',\r
+        icon: 'grid-columngrouping.gif',\r
+        desc: 'An extension that adds the capability of grouping Column headers in the GridPanel',\r
+        status: 'new'\r
     }]\r
 },{\r
     title: 'Tabs',\r
@@ -256,10 +269,11 @@ Ext.samples.samplesCatalog = [{
         icon: 'tree-two.gif',\r
         desc: 'Drag and drop between two different sorted TreePanels.'\r
     },{\r
-        text: 'Column Tree',\r
-        url: 'tree/column-tree.html',\r
+        text: 'TreeGrid',\r
+        url: 'treegrid/treegrid.html',\r
         icon: 'tree-columns.gif',\r
-        desc: 'A custom TreePanel implementation that demonstrates extending an existing component.'\r
+        desc: 'The TreeGrid component',\r
+        status: 'new'\r
     },{\r
         text: 'Check Tree',\r
         url: 'tree/check-tree.html',\r
@@ -324,7 +338,7 @@ Ext.samples.samplesCatalog = [{
     },{\r
         text: 'VBox Layout',\r
         url:  'layout/vbox.html',\r
-        icon: 'blank.gif',\r
+        icon: 'layout-vbox.gif',\r
         desc: 'Interactive layout illustrating the capabilities of the VBox Layout.',\r
         status: 'new'\r
     },{\r
@@ -394,6 +408,12 @@ Ext.samples.samplesCatalog = [{
         url:  'multiselect/multiselect-demo.html',\r
         icon: 'form-multiselect.gif',\r
         desc: 'Example controls for selecting a list of items in forms.'\r
+    },{\r
+        text: 'Forms with vBox layout',\r
+        url:  'form/vbox-form.html',\r
+        icon: 'form-vbox.gif',\r
+        desc: 'Example usage of the vBox layout with forms. An added bonus is the FieldReplicator plugin.',\r
+       status : 'new'\r
     }]\r
 },{\r
     title: 'Toolbars and Menus',\r
@@ -514,6 +534,12 @@ Ext.samples.samplesCatalog = [{
         url: 'window/gmap.html',\r
         icon: 'gmap-panel.gif',\r
         desc: 'A Google Maps wrapper class that enables easy display of dynamic maps in Ext panels and windows.'\r
+    },{\r
+        text: 'Editor',\r
+        url: 'simple-widgets/editor.html',\r
+        icon: 'editor.gif',\r
+        desc: 'An example demonstrating the ease of use of the Ext.editor class to modify DOM elements',\r
+        status: 'new'\r
     },{\r
         text: 'Slider',\r
         url: 'slider/slider.html',\r
@@ -576,4 +602,4 @@ Ext.samples.samplesCatalog = [{
         icon: 'locale-switch.gif',\r
         desc: 'Dynamically render various Ext components in different locales by selecting from a locale list.'\r
     }]\r
-}];
\ No newline at end of file
+}];\r