Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / examples / data.js
1 /*!
2  * Ext JS Library 3.0.3
3  * Copyright(c) 2006-2009 Ext JS, LLC
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 Ext.ns('Ext.samples');\r
8 \r
9 Ext.samples.samplesCatalog = [{\r
10     title: 'Combination Samples',\r
11     samples: [{\r
12         text: 'Feed Viewer',\r
13         url:  'feed-viewer/view.html',\r
14         icon: 'feeds.gif',\r
15         desc: 'RSS feed reader sample application that features a swappable reader panel layout.'\r
16     },{\r
17         text: 'Simple Tasks',\r
18         url:  'http://extjs.com/blog/2008/02/24/tasks2/',\r
19         icon: 'air.gif',\r
20         desc: 'Complete personal task management application sample that runs on <a href="http://labs.adobe.com/technologies/air/" target="_blank">Adobe AIR</a>.'\r
21     },{\r
22         text: 'Simple Tasks',\r
23         url:  'tasks/tasks.html',\r
24         icon: 'tasks.gif',\r
25         desc: 'Personal task management application sample that uses <a href="http://gears.google.com" target="_blank">Google Gears</a> for data storage.'\r
26     },{\r
27         text: 'Image Viewer',\r
28         url:  'organizer/organizer.html',\r
29         icon: 'organizer.gif',\r
30         desc: 'DataView and TreePanel sample that demonstrates dragging data items from a DataView into a TreePanel.'\r
31     }/*,{\r
32         text: 'Image Organizer',\r
33         url:  'image-organizer/index.html',\r
34         icon: 'image-organizer.gif',\r
35         desc: 'Image management application sample utilizing MySQL lite and Ext.Direct.',\r
36         status: 'new'\r
37     }*/,{\r
38         text: 'Ext JS API Documentation',\r
39         url:  '../docs/index.html',\r
40         icon: 'docs.gif',\r
41         desc: 'API Documentation application.',\r
42         status: 'updated'\r
43     },{\r
44         text: 'Ext JS Forum Browser',\r
45         url:  'forum/forum.html',\r
46         icon: 'forum.gif',\r
47         desc: 'Ext JS online forums browser application.',\r
48         status: 'modified'\r
49     },{\r
50         text: 'Web Desktop',\r
51         url:  'desktop/desktop.html',\r
52         icon: 'desktop.gif',\r
53         desc: 'Demonstrates how one could build a desktop in the browser using Ext components including a module plugin system.'\r
54     }]\r
55 },{\r
56     title: 'Accessibility',\r
57     samples: [{\r
58         text: 'Key Feed Viewer',\r
59         url:  'key-feed-viewer/view.html',\r
60         icon: 'keyboard.gif',\r
61         desc: 'Keyboard navigation within a complex layout',\r
62         status: 'experimental'\r
63     },{\r
64         text: 'ARIA Tree',\r
65         url:  'tree/aria-tree.html',\r
66         icon: 'acc-tree.gif',\r
67         desc: 'Demonstrating ARIA with a TreePanel',\r
68         status: 'experimental'\r
69     }]\r
70 },{\r
71     title: 'Grids',\r
72     samples: [{\r
73         text: 'Basic Array Grid',\r
74         url:  'grid/array-grid.html',\r
75         icon: 'grid-array.gif',\r
76         desc: 'A basic read-only grid loaded from local array data that demonstrates the use of custom column renderer functions.'\r
77     },{\r
78         text: 'Property Grid',\r
79         url:  'grid/property-grid.html',\r
80         icon: 'grid-property.gif',\r
81         desc: 'An example of a traditional property grid as typically seen in development IDEs.'\r
82     },{\r
83         text: 'Editable Grid',\r
84         url:  'grid/edit-grid.html',\r
85         icon: 'grid-edit.gif',\r
86         desc: 'An editable grid loaded from XML that shows multiple types of grid editors as well as defining custom data records.'\r
87     },{\r
88         text: 'Row Editor Grid',\r
89         url:  'grid/row-editor.html',\r
90         icon: 'grid-row-editor.gif',\r
91         desc: 'An editable grid which allows the user to make modifications to an entire record at once. Also demonstrates the Ext.chart package. ',\r
92         status: 'new'\r
93     },{\r
94         text: 'XML Grid',\r
95         url:  'grid/xml-grid.html',\r
96         icon: 'grid-xml.gif',\r
97         desc: 'A simple read-only grid loaded from XML data.'\r
98     },{\r
99         text: 'Paging',\r
100         url:  'grid/paging.html',\r
101         icon: 'grid-paging.gif',\r
102         desc: 'A grid with paging, cross-domain data loading and custom- rendered expandable row bodies.'\r
103     },{\r
104         text: 'Progress Bar Pager',\r
105         url:  'grid/progress-bar-pager.html',\r
106         icon: 'progress-bar-pager.gif',\r
107         desc: 'An example of how to integrate the Progress Bar with the Paging Toolbar using a custom plugin.',\r
108         status: 'new'\r
109     },{\r
110         text: 'Sliding Pager',\r
111         url: 'grid/sliding-pager.html',\r
112         icon: 'slider-pager.gif',\r
113         desc: 'A demonstration on the integration of the Slider with the Paging Toolbar using a custom plugin.',\r
114         status: 'new'\r
115     },{\r
116         text: 'Grouping',\r
117         url: 'grid/grouping.html',\r
118         icon: 'grid-grouping.gif',\r
119         desc: 'A basic grouping grid showing collapsible data groups that can be customized via the "Group By" header menu option.'\r
120     },{\r
121         text: 'Grouping with Dynamic Summary',\r
122         url: 'grid/totals.html',\r
123         icon: 'grid-summary.gif',\r
124         desc: 'Advanced grouping grid that allows cell editing and includes custom dynamic summary calculations.',\r
125         status: 'new'\r
126     },{\r
127         text: 'Grouping with Remote Summary',\r
128         url: 'grid/totals-hybrid.html',\r
129         icon: 'grid-summary.gif',\r
130         desc: 'Advanced grouping grid that allows cell editing and includes remotely loaded dynamic summary calculations.'\r
131     },{\r
132         text: 'Grid Plugins',\r
133         url: 'grid/grid-plugins.html',\r
134         icon: 'grid-plugins.gif',\r
135         desc: 'Multiple grids customized via plugins: expander rows, checkbox selection and row numbering.'\r
136     },{\r
137         text: 'Grid Filtering',\r
138         url: 'grid-filtering/grid-filter-local.html',\r
139         icon: 'grid-filter.gif',\r
140         desc: 'Grid plugins providing custom data filtering menus that support various data types.',\r
141         status: 'updated'\r
142     },{\r
143         text: 'Grid From Markup',\r
144         url: 'grid/from-markup.html',\r
145         icon: 'grid-from-markup.gif',\r
146         desc: 'Custom GridPanel extension that can convert a plain HTML table into a dynamic grid at runtime.'\r
147     },{\r
148         text: 'Grid Data Binding (basic)',\r
149         url: 'grid/binding.html',\r
150         icon: 'grid-data-binding.gif',\r
151         desc: 'Data binding a grid to a detail preview panel via the grid\'s RowSelectionModel.'\r
152     },{\r
153         text: 'Grid Data Binding (advanced)',\r
154         url: 'grid/binding-with-classes.html',\r
155         icon: 'grid-data-binding.gif',\r
156         desc: 'Refactoring the basic data binding example to use a class-based application design model.'\r
157     },{\r
158         text: 'Buffered GridView',\r
159         url: 'grid/buffer.html',\r
160         icon: 'grid-buffer.gif',\r
161         desc: 'GridView optimized for performance by rendering only visible rows.',\r
162         status: 'new'\r
163     }, {\r
164         text: 'Editable Grid with Writable Store',\r
165         url: 'writer/writer.html',\r
166         icon: 'writer-thumb.gif',\r
167         desc: 'This Store uses JsonWriter to automatically generate CRUD requests to the server through a standard HttpProxy.',\r
168         status: 'new'\r
169     }, {\r
170         text: 'RESTful Store with GridPanel and RowEditor',\r
171         url: 'restful/restful.html',\r
172         icon: 'restful-thumb.gif',\r
173         desc: 'A RESTful Store with JsonWriter which automatically generates CRUD requests to the server.',\r
174         status: 'new'\r
175     }]\r
176 },{\r
177     title: 'Tabs',\r
178     samples: [{\r
179         text: 'Basic Tabs',\r
180         url: 'tabs/tabs.html',\r
181         icon: 'tabs.gif',\r
182         desc: 'Basic tab functionality including autoHeight, tabs from markup, Ajax loading and tab events.'\r
183     },{\r
184         text: 'TabPanel Scroller Menu',\r
185         url: 'tabs/tab-scroller-menu.html',\r
186         icon: 'tab-panel-scroller-menu.gif',\r
187         desc: 'An example of an overflow menu that appears to the right of the TabPanel tab strip',\r
188         status: 'new'\r
189     },{\r
190         text: 'Advanced Tabs',\r
191         url: 'tabs/tabs-adv.html',\r
192         icon: 'tabs-adv.gif',\r
193         desc: 'Advanced tab features including tab scrolling, adding tabs programmatically and a context menu plugin.'\r
194     },{\r
195         text: 'Group Tabs',\r
196         url: 'grouptabs/grouptabs.html',\r
197         icon: 'group-tabs.gif',\r
198         desc: 'A custom example on how to setup tab grouping using vertical tabs.',\r
199         status: 'new'\r
200     }]\r
201 },{\r
202     title: 'Charts',\r
203     samples: [{\r
204         text: 'Charts',\r
205         url: 'chart/charts.html',\r
206         icon: 'charts.gif',\r
207         desc: 'A sampling of several chart styles',\r
208         status: 'new'\r
209     },{\r
210         text: 'Pie Chart',\r
211         url: 'chart/pie-chart.html',\r
212         icon: 'chart-pie.gif',\r
213         desc: 'An example of a pie chart',\r
214         status: 'new'\r
215     },{\r
216         text: 'Stacked Bar Chart',\r
217         url: 'chart/stacked-bar-chart.html',\r
218         icon: 'chart-stacked.gif',\r
219         desc: 'An example of a stacked bar chart',\r
220         status: 'new'\r
221     },{\r
222         text: 'Reloaded Chart',\r
223         url: 'chart/reload-chart.html',\r
224         icon: 'chart-reload.gif',\r
225         desc: 'An example demonstrating chart data reloading',\r
226         status: 'new'\r
227     }]\r
228 },{\r
229     title: 'Windows',\r
230     samples: [{\r
231         text: 'Hello World',\r
232         url: 'window/hello.html',\r
233         icon: 'window.gif',\r
234         desc: 'Simple "Hello World" window that contains a basic TabPanel.'\r
235     },{\r
236         text: 'MessageBox',\r
237         url: 'message-box/msg-box.html',\r
238         icon: 'msg-box.gif',\r
239         desc: 'Different styles include confirm, alert, prompt, progress and wait and also support custom icons.'\r
240     },{\r
241         text: 'Layout Window',\r
242         url: 'window/layout.html',\r
243         icon: 'window-layout.gif',\r
244         desc: 'A window containing a basic BorderLayout with nested TabPanel.'\r
245     }]\r
246 },{\r
247     title: 'Trees',\r
248     samples: [{\r
249         text: 'Drag and Drop Reordering',\r
250         url: 'tree/reorder.html',\r
251         icon: 'tree-reorder.gif',\r
252         desc: 'A TreePanel loaded asynchronously via a JSON TreeLoader that shows drag and drop with container scroll.'\r
253     },{\r
254         text: 'Multiple trees',\r
255         url: 'tree/two-trees.html',\r
256         icon: 'tree-two.gif',\r
257         desc: 'Drag and drop between two different sorted TreePanels.'\r
258     },{\r
259         text: 'Column Tree',\r
260         url: 'tree/column-tree.html',\r
261         icon: 'tree-columns.gif',\r
262         desc: 'A custom TreePanel implementation that demonstrates extending an existing component.'\r
263     },{\r
264         text: 'Check Tree',\r
265         url: 'tree/check-tree.html',\r
266         icon: 'tree-check.gif',\r
267         desc: 'An example showing simple checkbox selection in a tree.',\r
268         status: 'new'\r
269     },{\r
270         text: 'XML Tree Loader',\r
271         url: 'tree/xml-tree-loader.html',\r
272         icon: 'tree-xml-loader.gif',\r
273         desc: 'A custom TreeLoader implementation that demonstrates loading a tree from an XML document.'\r
274     }]\r
275 },{\r
276     title: 'Layout Managers',\r
277     samples: [{\r
278         text: 'Layout Browser',\r
279         url:  'layout-browser/layout-browser.html',\r
280         icon: 'layout-browser.gif',\r
281         desc: 'Comprehensive showcase of the standard layout managers as well as several custom and combination layouts and combination examples.',\r
282         status: 'updated'\r
283     },{\r
284         text: 'Border Layout',\r
285         url:  'layout/complex.html',\r
286         icon: 'border-layout.gif',\r
287         desc: 'A complex BorderLayout implementation that shows nesting multiple components and sub-layouts.'\r
288     },{\r
289         text: 'Accordion Layout',\r
290         url:  'layout/accordion.html',\r
291         icon: 'layout-accordion.gif',\r
292         desc: 'A basic accordion layout within a border layout.'\r
293     },{\r
294         text: 'Absolute Layout (Form)',\r
295         url:  'form/absform.html',\r
296         icon: 'layout-absolute.gif',\r
297         desc: 'A simple example of form fields utilizing an absolute layout in a window for flexible form resizing.'\r
298     },{\r
299         text: 'Anchor Layout (Form)',\r
300         url:  'form/anchoring.html',\r
301         icon: 'layout-form.gif',\r
302         desc: 'A simple example of form fields utilizing an anchor layout in a window for flexible form resizing.'\r
303     },{\r
304         text: 'Anchor Layout (Panel)',\r
305         url:  'layout/anchor.html',\r
306         icon: 'layout-anchor.gif',\r
307         desc: 'An example of Panels anchored in the browser window.'\r
308     },{\r
309         text: 'Column Layout',\r
310         url:  'layout/column.html',\r
311         icon: 'layout-column.gif',\r
312         desc: 'An example of Panels managed by a column layout.'\r
313     },{\r
314         text: 'Table Layout',\r
315         url:  'layout/table.html',\r
316         icon: 'layout-table.gif',\r
317         desc: 'An example of Panels managed by a table layout.'\r
318     },{\r
319         text: 'HBox Layout',\r
320         url:  'layout/hbox.html',\r
321         icon: 'layout-column.gif',\r
322         desc: 'Interactive layout illustrating the capabilities of the HBox Layout.',\r
323         status: 'new'\r
324     },{\r
325         text: 'VBox Layout',\r
326         url:  'layout/vbox.html',\r
327         icon: 'blank.gif',\r
328         desc: 'Interactive layout illustrating the capabilities of the VBox Layout.',\r
329         status: 'new'\r
330     },{\r
331         text: 'Portal Demo',\r
332         url:  'portal/portal.html',\r
333         icon: 'portal.gif',\r
334         desc: 'A page layout using several custom extensions to provide a web portal interface.'\r
335     }]\r
336 },{\r
337     title: 'ComboBox',\r
338     samples: [{\r
339         text: 'Basic ComboBox',\r
340         url: 'form/combos.html',\r
341         icon: 'combo.gif',\r
342         desc: 'Basic combos, combos rendered from markup and customized list layout to provide item tooltips.'\r
343     },{\r
344         text: 'ComboBox Templates',\r
345         url: 'form/forum-search.html',\r
346         icon: 'combo-custom.gif',\r
347         desc: 'Customized combo with template-based list rendering, remote loading and paging.'\r
348     }]\r
349 },{\r
350     title: 'Forms',\r
351     samples: [{\r
352         text: 'Dynamic Forms',\r
353         url: 'form/dynamic.html',\r
354         icon: 'form-dynamic.gif',\r
355         desc: 'Various example forms showing collapsible fieldsets, column layout, nested TabPanels and more.'\r
356     },{\r
357         text: 'Ajax with XML Forms',\r
358         url: 'form/xml-form.html',\r
359         icon: 'form-xml.gif',\r
360         desc: 'Ajax-loaded form fields from remote XML data and remote field validation on submit.'\r
361     },{\r
362         text: 'Custom Search Fields',\r
363         url: 'form/custom.html',\r
364         icon: 'form-custom.gif',\r
365         desc: 'A TriggerField search extension combined with an XTemplate for custom results rendering.'\r
366     },{\r
367         text: 'Binding a Grid to a Form',\r
368         url:  'form/form-grid.html',\r
369         icon: 'form-grid-binding.gif',\r
370         desc: 'A grid embedded within a FormPanel that automatically loads records into the form on row selection.'\r
371     },{\r
372         text: 'Advanced Validation',\r
373         url:  'form/adv-vtypes.html',\r
374         icon: 'form-adv-vtypes.gif',\r
375         desc: 'Relational form field validation using custom vtypes.'\r
376     },{\r
377         text: 'Checkbox/Radio Groups',\r
378         url:  'form/check-radio.html',\r
379         icon: 'form-check-radio.gif',\r
380         desc: 'Many examples showing different checkbox and radio group configurations.'\r
381     },{\r
382         text: 'File Upload Field',\r
383         url:  'form/file-upload.html',\r
384         icon: 'form-file-upload.gif',\r
385         desc: 'A demo of how to give standard file upload fields a bit of Ext style using a custom class.'\r
386     },{\r
387         text: 'Spinner Field',\r
388         url:  'spinner/spinner.html',\r
389         icon: 'form-spinner.gif',\r
390         desc: 'An example of a custom spinner widget.',\r
391         status: 'new'\r
392     },{\r
393         text: 'MultiSelect and ItemSelector',\r
394         url:  'multiselect/multiselect-demo.html',\r
395         icon: 'form-multiselect.gif',\r
396         desc: 'Example controls for selecting a list of items in forms.'\r
397     }]\r
398 },{\r
399     title: 'Toolbars and Menus',\r
400     samples: [{\r
401         text: 'Basic Toolbar',\r
402         url:  'menu/menus.html',\r
403         icon: 'toolbar.gif',\r
404         desc: 'Toolbar and menus that contain various components like date pickers, color pickers, sub-menus and more.',\r
405         status: 'updated'\r
406     },{\r
407         text: 'Toolbar Overflow',\r
408         url:  'toolbar/overflow.html',\r
409         icon: 'toolbar-overflow.gif',\r
410         desc: 'Dynamic overflow of toolbar buttons into an Ext.menu.',\r
411         status: 'new'\r
412     },{\r
413         text: 'Toolbar Button Groups',\r
414         url:  'toolbar/toolbars.html',\r
415         icon: 'toolbar-button-groups.gif',\r
416         desc: 'Group buttons together in the toolbar.',\r
417         status: 'new'\r
418     },{\r
419         text: 'Ext Actions',\r
420         url:  'menu/actions.html',\r
421         icon: 'toolbar-actions.gif',\r
422         desc: 'Bind the same behavior to multiple buttons, toolbar and menu items using the Ext.Action class.'\r
423     },{\r
424         text: 'Status Bar',\r
425         url:  'statusbar/statusbar-demo.html',\r
426         icon: 'statusbar-demo.gif',\r
427         desc: 'A simple StatusBar that can be dropped into the bottom of any panel to display status text and icons.',\r
428         status: 'updated'\r
429     },{\r
430         text: 'Status Bar (Advanced)',\r
431         url:  'statusbar/statusbar-advanced.html',\r
432         icon: 'statusbar-adv.gif',\r
433         desc: 'Customizing the StatusBar via a plugin to provide automatic form validation monitoring and error linking.',\r
434         status: 'updated'\r
435     }]\r
436 },{\r
437     title: 'Templates and DataView',\r
438     samples: [{\r
439         text: 'Templates',\r
440         url: 'core/templates.html',\r
441         icon: 'templates.gif',\r
442         desc: 'A simple example of rendering views from templates bound to data objects.'\r
443     },{\r
444         text: 'DataView',\r
445         url: 'view/data-view.html',\r
446         icon: 'data-view.gif',\r
447         desc: 'A basic DataView with custom plugins for editable labels and drag selection of items.'\r
448     },{\r
449         text: 'DataView (advanced)',\r
450         url: 'view/chooser.html',\r
451         icon: 'chooser.gif',\r
452         desc: 'A more customized DataView supporting sorting and filtering with multiple templates.'\r
453     },{\r
454         text: 'ListView',\r
455         url: 'view/list-view.html',\r
456         icon: 'list-view.gif',\r
457         desc: 'A high performance tabular DataView to be used as a lightweight grid.',\r
458         status: 'new'\r
459     }]\r
460 },{\r
461     title   : 'Drag and Drop',\r
462     samples :  [{\r
463         text : 'Grid to Grid Drag and Drop',\r
464         url  : 'dd/dnd_grid_to_grid.html',\r
465         icon : 'dd-gridtogrid.gif',\r
466         desc : 'A simple drag and drop from grid to grid implementation.'\r
467     },{\r
468         text : 'Grid to FormPanel Drag and Drop',\r
469         url  : 'dd/dnd_grid_to_formpanel.html',\r
470         icon : 'dd-gridtoformpanel.gif',\r
471         desc : 'A basic drag and drop from grid to formpanel.'\r
472     },{\r
473         text : 'Field to Grid Drag and Drop',\r
474         url  : 'dd/field-to-grid-dd.html',\r
475         icon : 'dd-fieldtogrid.gif',\r
476         desc : 'Drag from a form field and drop on a grid.',\r
477         status: 'new'\r
478     },{\r
479         text : 'Custom Drag and Drop',\r
480         url  : 'dd/dragdropzones.html',\r
481         icon : 'dd-zones.gif',\r
482         desc : 'Enabling drag and drop between a DataView and a grid using DragZone and DropZone extensions.'\r
483     }]\r
484 },{\r
485     title: 'Direct',\r
486     samples: [{\r
487         text: 'Direct',\r
488         url:  'direct/direct.php',\r
489         icon: 'direct.gif',\r
490         desc: 'An example demonstrating Remoting and Polling the server',\r
491         status: 'new'\r
492     },{\r
493         text: 'Direct Form',\r
494         url:  'direct/direct-form.php',\r
495         icon: 'direct.gif',\r
496         desc: 'Ext.Direct Remoting with a Form',\r
497         status: 'new'\r
498     },{\r
499         text: 'Direct TreeLoader',\r
500         url:  'direct/direct-tree.php',\r
501         icon: 'direct.gif',\r
502         desc: 'Ext.Direct Remoting with a Tree',\r
503         status: 'new'\r
504     }]\r
505 },{\r
506     title: 'Miscellaneous',\r
507     samples: [{\r
508         text: 'History',\r
509         url: 'history/history.html',\r
510         icon: 'history.gif',\r
511         desc: 'A History manager that allows the user to navigate an Ext UI via browser back/forward.'\r
512     },{\r
513         text: 'Google Maps',\r
514         url: 'window/gmap.html',\r
515         icon: 'gmap-panel.gif',\r
516         desc: 'A Google Maps wrapper class that enables easy display of dynamic maps in Ext panels and windows.'\r
517     },{\r
518         text: 'Slider',\r
519         url: 'slider/slider.html',\r
520         icon: 'slider.gif',\r
521         desc: 'A slider component that supports vertical mode, snapping, tooltips, customized styles and more.'\r
522     },{\r
523         text: 'QuickTips',\r
524         url: 'simple-widgets/qtips.html',\r
525         icon: 'qtips.gif',\r
526         desc: 'Various tooltip and quick tip configuration options including Ajax loading and mouse tracking.',\r
527         status: 'updated'\r
528     },{\r
529         text: 'Progress Bar',\r
530         url: 'simple-widgets/progress-bar.html',\r
531         icon: 'progress.gif',\r
532         desc: 'A basic progress bar component shown in various configurations and with custom styles.'\r
533     },{\r
534         text: 'Panels',\r
535         url: 'panel/panels.html',\r
536         icon: 'panel.gif',\r
537         desc: 'A basic collapsible panel example.',\r
538         status: 'updated'\r
539     },{\r
540         text: 'Bubble Panel',\r
541         url: 'panel/bubble-panel.html',\r
542         icon: 'panel-bubble.gif',\r
543         desc: 'An example illustrating customization of a standard panel.',\r
544         status: 'new'\r
545     },{\r
546         text: 'Resizable',\r
547         url: 'resizable/basic.html',\r
548         icon: 'resizable.gif',\r
549         desc: 'Examples of making any element resizable with various configuration options.'\r
550     },{\r
551         text: 'Spotlight',\r
552         url: 'core/spotlight.html',\r
553         icon: 'spotlight.gif',\r
554         desc: 'A utility for masking everything except a single element on the page to visually highlight it.',\r
555         status: 'new'\r
556     },{\r
557         text: 'Buttons',\r
558         url: 'button/buttons.html',\r
559         icon: 'buttons.gif',\r
560         desc: '',\r
561         status: 'new'\r
562     },{\r
563         text: 'Debugging Console',\r
564         url: 'debug/debug-console.html',\r
565         icon: 'debug-console.gif',\r
566         desc: '',\r
567         status: 'new'\r
568     },{\r
569         text: 'Localization (static)',\r
570         url: 'locale/dutch-form.html',\r
571         icon: 'locale-dutch.gif',\r
572         desc: 'Demonstrates fully localizing a form by including a custom locale script.'\r
573     },{\r
574         text: 'Localization (dynamic)',\r
575         url: 'locale/multi-lang.html',\r
576         icon: 'locale-switch.gif',\r
577         desc: 'Dynamically render various Ext components in different locales by selecting from a locale list.'\r
578     }]\r
579 }];