X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/examples/data.js diff --git a/examples/data.js b/examples/data.js index 667635e0..0cf9cdad 100644 --- a/examples/data.js +++ b/examples/data.js @@ -1,45 +1,36 @@ /*! - * Ext JS Library 3.0.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 */ 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.' - },{ - 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: 'RSS feed reader example application that features a swappable reader panel layout.' },{ - text: 'Simple Tasks', - url: 'tasks/tasks.html', - icon: 'tasks.gif', - desc: 'Personal task management application sample 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.' + text: 'Web Desktop', + url: 'desktop/desktop.html', + icon: 'desktop.gif', + desc: 'Demonstrates how one could build a desktop in the browser using Ext components including a module plugin system.' }/*,{ 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', @@ -47,10 +38,23 @@ Ext.samples.samplesCatalog = [{ desc: 'Ext JS online forums browser application.', status: 'modified' },{ - text: 'Web Desktop', - url: 'desktop/desktop.html', - icon: 'desktop.gif', - desc: 'Demonstrates how one could build a desktop in the browser using Ext components including a module plugin system.' + text: 'Image Viewer', + url: 'organizer/organizer.html', + icon: 'organizer.gif', + desc: 'DataView and TreePanel example that demonstrates dragging data items from a DataView into a TreePanel.' + }] +},{ + title: 'Offline Support', + samples: [{ + text: 'Simple Tasks', + url: 'tasks/tasks.html', + icon: 'tasks.gif', + desc: 'Personal task management application example that uses Google Gears for data storage.' + },{ + text: 'Simple Tasks', + url: 'http://extjs.com/blog/2008/02/24/tasks2/', + icon: 'air.gif', + desc: 'Complete personal task management application example that runs on Adobe AIR.' }] },{ title: 'Accessibility', @@ -58,7 +62,7 @@ Ext.samples.samplesCatalog = [{ text: 'Key Feed Viewer', url: 'key-feed-viewer/view.html', icon: 'keyboard.gif', - desc: 'Keyboard navigation within a complex layout', + desc: 'Keyboard navigation within a complex layout.', status: 'experimental' },{ text: 'ARIA Tree', @@ -66,6 +70,17 @@ Ext.samples.samplesCatalog = [{ icon: 'acc-tree.gif', desc: 'Demonstrating ARIA with a TreePanel', status: 'experimental' + },{ + text: 'Custom Search Fields', + url: 'form/custom-access.html', + icon: 'form-custom-access.gif', + desc: 'A TriggerField search extension combined with an XTemplate for custom results rendering. Uses the Accessibility theme.' + },{ + text: 'Binding a Grid to a Form', + url: 'form/form-grid-access.html', + icon: 'form-grid-binding-access.gif', + desc: 'A grid embedded within a FormPanel that uses the Accessibility theme.' + }] },{ title: 'Grids', @@ -133,12 +148,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 +184,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 +283,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 +352,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 +422,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 +459,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 +548,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 +616,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 +}];