data.js
上传用户:shuoshiled
上传日期:2018-01-28
资源大小:10124k
文件大小:22k
源码类别:

中间件编程

开发平台:

JavaScript

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