initial import
[roojs1] / examples / grid / paging.html
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=iso-8859-1">
5 <title>Paging Grid Example</title>
6    <link rel="stylesheet" type="text/css" href="../../cssX/roojs-all.css"/>
7     <link rel="stylesheet" type="text/css" href="../../cssX/xtheme-slate.css"/>
8
9     <script type="text/javascript" src="../../roojs-all.js"></script>   
10     
11 <script type="text/javascript" src="paging.js"></script>
12 <link rel="stylesheet" type="text/css" href="grid-examples.css" />
13
14 <!-- Common Styles for the examples -->
15 <link rel="stylesheet" type="text/css" href="../examples.css" />
16  
17
18
19
20 </head>
21 <body>
22 <script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->
23 <h1>Paging Grid Example</h1>
24 <p>This example shows how to create a grid with paging. This grid uses a ScriptTagProxy to fetch cross-domain
25     remote data (from the Ext forums).</p>
26 <p>Note that the js is not minified so it is readable. See <a href="paging.js">paging.js</a>.</p>
27
28     <div style="width:694px;" class="x-box-blue">
29         <div class="x-box-tl"><div class="x-box-tr"><div class="x-box-tc"></div></div></div>
30         <div class="x-box-ml"><div class="x-box-mr"><div class="x-box-mc">
31             <h3 style="margin-bottom:5px;">Ext - Help Forum</h3>
32             <div id="topic-grid" style="border:1px solid #99bbe8;overflow: hidden; width: 665px; height: 300px;position:relative;left:0;top:0;"></div>
33         </div></div></div>
34         <div class="x-box-bl"><div class="x-box-br"><div class="x-box-bc"></div></div></div>
35     </div>
36
37
38 </body>
39 </html>