animated-dataview.html 1.0 KB

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Animated DataView</title>
  6. <!-- Ext -->
  7. <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
  8. <script type="text/javascript" src="../../ext-all.js"></script>
  9. <!-- example code -->
  10. <link rel="stylesheet" type="text/css" href="../shared/example.css" />
  11. <link rel="stylesheet" type="text/css" href="animated-dataview.css" />
  12. <!-- GC -->
  13. <script type="text/javascript" src="animated-dataview.js"></script>
  14. </head>
  15. <body id="docbody">
  16. <h1>Animated DataView Example</h1>
  17. <p>This example uses the <a href="../ux/DataView/Animated.js">Ext.ux.DataView.Animated</a> plugin to animate the changes to a DataView.</p>
  18. <p>The code is not minified so it is readable - see <a href="animated-dataview.js">animated-dataview.js</a></p>
  19. </body>
  20. </html>