X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/examples/data.js diff --git a/examples/data.js b/examples/data.js index 667635e0..6db88844 100644 --- a/examples/data.js +++ b/examples/data.js @@ -1,45 +1,46 @@ /*! - * Ext JS Library 3.0.0 + * 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'); + Ext.samples.samplesCatalog = [{ - title: 'Combination Samples', + title: 'Combination Examples', samples: [{ text: 'Feed Viewer', url: 'feed-viewer/view.html', icon: 'feeds.gif', - desc: 'RSS feed reader sample application that features a swappable reader panel layout.' + desc: 'RSS feed reader example application that features a swappable reader panel layout.' },{ text: 'Simple Tasks', url: 'http://extjs.com/blog/2008/02/24/tasks2/', icon: 'air.gif', - desc: 'Complete personal task management application sample that runs on Adobe AIR.' + desc: 'Complete personal task management application example that runs on Adobe AIR.' },{ text: 'Simple Tasks', url: 'tasks/tasks.html', icon: 'tasks.gif', - desc: 'Personal task management application sample that uses Google Gears for data storage.' + desc: 'Personal task management application example that uses Google Gears for data storage.' },{ text: 'Image Viewer', url: 'organizer/organizer.html', icon: 'organizer.gif', - desc: 'DataView and TreePanel sample that demonstrates dragging data items from a DataView into a TreePanel.' + desc: 'DataView and TreePanel example that demonstrates dragging data items from a DataView into a TreePanel.' }/*,{ text: 'Image Organizer', url: 'image-organizer/index.html', icon: 'image-organizer.gif', - desc: 'Image management application sample utilizing MySQL lite and Ext.Direct.', + desc: 'Image management application example utilizing MySQL lite and Ext.Direct.', status: 'new' }*/,{ text: 'Ext JS API Documentation', url: '../docs/index.html', icon: 'docs.gif', desc: 'API Documentation application.', - status: 'modified' + status: 'updated' },{ text: 'Ext JS Forum Browser', url: 'forum/forum.html', @@ -133,12 +134,13 @@ Ext.samples.samplesCatalog = [{ url: 'grid/grid-plugins.html', icon: 'grid-plugins.gif', desc: 'Multiple grids customized via plugins: expander rows, checkbox selection and row numbering.' - }/*,{ + },{ text: 'Grid Filtering', - url: 'grid-filtering/grid-filter.html', + url: 'grid-filtering/grid-filter-local.html', icon: 'grid-filter.gif', - desc: 'Grid plugins providing custom data filtering menus that support various data types.' - }*/,{ + desc: 'Grid plugins providing custom data filtering menus that support various data types.', + status: 'updated' + },{ text: 'Grid From Markup', url: 'grid/from-markup.html', icon: 'grid-from-markup.gif', @@ -168,9 +170,21 @@ Ext.samples.samplesCatalog = [{ }, { text: 'RESTful Store with GridPanel and RowEditor', url: 'restful/restful.html', - icon: 'restful-thumb.gif', + icon: 'grid-row-editor.gif', desc: 'A RESTful Store with JsonWriter which automatically generates CRUD requests to the server.', status: 'new' + },{ + text: 'Locking GridView extension', + url: 'grid/locking-grid.html', + icon: 'grid-locking.gif', + desc: 'An example extension that introduces the ability to add locking columns to the GridPanel', + status: 'new' + },{ + text: 'Grouping GridView extension', + url: 'grid/ColumnHeaderGroup.html', + icon: 'grid-columngrouping.gif', + desc: 'An extension that adds the capability of grouping Column headers in the GridPanel', + status: 'new' }] },{ title: 'Tabs', @@ -255,10 +269,11 @@ Ext.samples.samplesCatalog = [{ icon: 'tree-two.gif', desc: 'Drag and drop between two different sorted TreePanels.' },{ - text: 'Column Tree', - url: 'tree/column-tree.html', + text: 'TreeGrid', + url: 'treegrid/treegrid.html', icon: 'tree-columns.gif', - desc: 'A custom TreePanel implementation that demonstrates extending an existing component.' + desc: 'The TreeGrid component', + status: 'new' },{ text: 'Check Tree', url: 'tree/check-tree.html', @@ -323,7 +338,7 @@ Ext.samples.samplesCatalog = [{ },{ text: 'VBox Layout', url: 'layout/vbox.html', - icon: 'blank.gif', + icon: 'layout-vbox.gif', desc: 'Interactive layout illustrating the capabilities of the VBox Layout.', status: 'new' },{ @@ -393,6 +408,12 @@ Ext.samples.samplesCatalog = [{ url: 'multiselect/multiselect-demo.html', icon: 'form-multiselect.gif', desc: 'Example controls for selecting a list of items in forms.' + },{ + text: 'Forms with vBox layout', + url: 'form/vbox-form.html', + icon: 'form-vbox.gif', + desc: 'Example usage of the vBox layout with forms. An added bonus is the FieldReplicator plugin.', + status : 'new' }] },{ title: 'Toolbars and Menus', @@ -424,13 +445,13 @@ Ext.samples.samplesCatalog = [{ url: 'statusbar/statusbar-demo.html', icon: 'statusbar-demo.gif', desc: 'A simple StatusBar that can be dropped into the bottom of any panel to display status text and icons.', - status: 'modified' + status: 'updated' },{ text: 'Status Bar (Advanced)', url: 'statusbar/statusbar-advanced.html', icon: 'statusbar-adv.gif', desc: 'Customizing the StatusBar via a plugin to provide automatic form validation monitoring and error linking.', - status: 'modified' + status: 'updated' }] },{ title: 'Templates and DataView', @@ -513,6 +534,12 @@ Ext.samples.samplesCatalog = [{ url: 'window/gmap.html', icon: 'gmap-panel.gif', desc: 'A Google Maps wrapper class that enables easy display of dynamic maps in Ext panels and windows.' + },{ + text: 'Editor', + url: 'simple-widgets/editor.html', + icon: 'editor.gif', + desc: 'An example demonstrating the ease of use of the Ext.editor class to modify DOM elements', + status: 'new' },{ text: 'Slider', url: 'slider/slider.html', @@ -575,4 +602,4 @@ Ext.samples.samplesCatalog = [{ icon: 'locale-switch.gif', desc: 'Dynamically render various Ext components in different locales by selecting from a locale list.' }] -}]; \ No newline at end of file +}];