var-height-rows.html 834 B

12345678910111213141516171819
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Variable height rows buffered grid example</title>
  6. <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css"/>
  7. <link rel="stylesheet" type="text/css" href="../shared/example.css" />
  8. <!-- GC -->
  9. <script type="text/javascript" src="../../ext-all.js"></script>
  10. <script type="text/javascript" src="var-height-rows.js"></script>
  11. </head>
  12. <body>
  13. <h1>Buffered Scrolling with variable height rows</h1>
  14. <p>This example illustrates buffered rendering with rows having an indeterminate height.</p>
  15. <p>The code is not minified, see <a href="var-height-rows.js">var-height-rows.js</a></p>
  16. </body>
  17. </html>