paging.html 1.17 KB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Paging Grid Example</title>

<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all_wev8.css" />

    <!-- GC -->
 	<!-- LIBS -->
 	<script type="text/javascript" src="../../adapter/ext/ext-base_wev8.js"></script>
 	<!-- ENDLIBS -->

    <script type="text/javascript" src="../../ext-all_wev8.js"></script>
    
<script type="text/javascript" src="paging_wev8.js"></script>
<link rel="stylesheet" type="text/css" href="grid-examples_wev8.css" />

<!-- Common Styles for the examples -->
<link rel="stylesheet" type="text/css" href="../examples_wev8.css" />
</head>
<body>
<script type="text/javascript" src="../examples_wev8.js"></script><!-- EXAMPLES -->
<h1>Paging Grid Example</h1>
<p>This example shows how to create a grid with paging. This grid uses a ScriptTagProxy to fetch cross-domain
    remote data (from the Ext forums).</p>
<p>Note that the jsis not minified so it is readable. See <a href="paging_wev8.js">paging_wev8.js</a>.</p>

<div id="topic-grid"></div>

</body>
</html>