Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / examples / view / animated-dataview.html
1 <html>
2 <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <title>Animated 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     
11     <!-- ExtJS library: base/adapter -->
12     <script type="text/javascript" src="../../adapter/ext/ext-base-debug.js"></script>
13
14     <!-- ExtJS library: all widgets -->
15     <script type="text/javascript" src="../../ext-all-debug.js"></script>
16     
17     <script type="text/javascript" src="../ux/DataViewTransition.js"></script>
18 </head>
19 <body id="docbody">
20   <h1>Animated DataView Example</h1>
21         <p>This example uses the <a href="../ux/DataViewTransition.js">DataViewTransition</a> plugin to animate the changes to a DataView.</p>
22         <p>The code is not minified so it is readable - see <a href="animated-dataview.js">animated-dataview.js</a></p>
23   <script type="text/javascript" src="animated-dataview.js"></script>
24 </body>
25 </html>