webgui/www/extras/yui-ext/examples/grid/paging-grid.html
JT Smith cfd09a5cb6 upgraded to yui 0.12.0
upgraded to yui-ext 0.33 rc2
2006-11-28 02:23:34 +00:00

22 lines
1.2 KiB
HTML

<!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</title>
<!-- YAHOO UI Utilities Lib, you will need to replace this with the path to your YUI lib file -->
<script type="text/javascript" src="http://us.js2.yimg.com/us.js.yimg.com/lib/common/utils/2/utilities_2.1.0.js"></script>
<link rel="stylesheet" type="text/css" href="../../resources/css/reset-min.css" />
<link rel="stylesheet" type="text/css" href="../../resources/css/grid.css" />
<script type="text/javascript" src="../../yui-ext.js"></script>
<!-- Common Styles for the examples -->
<link rel="stylesheet" type="text/css" href="../examples.css" />
</head>
<body>
<h1>Paging and Remote Datasets</h1>
<p>Unfortunately paging requires a server-side script for your environment and a static example can't be created.
However, there is a great explanation of the paging system, how it works and how to use it available in <a href="http://www.jackslocum.com/yui/2006/09/26/using-the-remote-dataset-feature-of-the-grid/">the blog post</a>.</p>
</body>
</html>