Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / examples / view / multisort-dataview.html
1 <html>
2 <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <title>Animated Multisort DataView</title>
5     <!-- GC -->
6     
7     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
8     <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
9     <link rel="stylesheet" type="text/css" href="animated-dataview.css" />
10     <link rel="stylesheet" type="text/css" href="../grid/multiple-sorting.css" />
11     
12     <!-- ExtJS library: base/adapter -->
13     <script type="text/javascript" src="../../adapter/ext/ext-base-debug.js"></script>
14
15     <!-- ExtJS library: all widgets -->
16     <script type="text/javascript" src="../../ext-all-debug.js"></script>
17     
18     <script type="text/javascript" src="../ux/DataViewTransition.js"></script>
19     <script type="text/javascript" src="../ux/Reorderer.js"></script>
20     <script type="text/javascript" src="../ux/ToolbarReorderer.js"></script>
21 </head>
22 <body id="docbody">
23   <h1>Animated Multisort DataView Example</h1>
24   <p>This example demonstrates using multiple sorters on a DataView.</p>
25         <p>It also uses the <a href="../ux/DataViewTransition.js">DataViewTransition</a> plugin to animate the changes to the underlying <a href="http://www.extjs.com/deploy/dev/docs/?class=Ext.data.Store">Ext.data.Store</a>.</p>
26         <p>Click the buttons to change sort direction, reorder them to change sort order.</p>
27         <p>The code is not minified so is readable - see <a href="multisort-dataview.js">multisort-dataview.js</a></p>
28   <script type="text/javascript" src="multisort-dataview.js"></script>
29 </body>
30 </html>