3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>Grid Plugins 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" />
9 <script type="text/javascript" src="../../bootstrap.js"></script>
10 <script type="text/javascript" src="grid-plugins.js"></script>
12 <style type="text/css">
17 background-image:url(../shared/icons/fam/grid.png) !important;
20 background-image:url(../shared/icons/fam/add.gif) !important;
23 background-image:url(../shared/icons/fam/plugin.gif) !important;
26 background-image:url(../shared/icons/fam/delete.gif) !important;
29 background-image:url(../shared/icons/save.gif) !important;
34 <h1>Grid Plugins Examples</h1>
35 <p>This example demonstrates several plugins. Note that the js is not minified so it is readable.
36 See <a href="grid-plugins.js">grid-plugins.js</a>.</p>