PageRenderTime 34ms CodeModel.GetById 22ms app.highlight 7ms RepoModel.GetById 1ms app.codeStats 0ms

/ext-4.1.0_b3/docs/extjs/examples/view/multisort/multisort.html

https://bitbucket.org/srogerf/javascript
HTML | 21 lines | 16 code | 4 blank | 1 comment | 0 complexity | 8bf358adddb392fe6ca3149d9ccc201b MD5 | raw file
 1<html>
 2    <head>
 3        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 4        <title>Multisort DataView Example</title>
 5
 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        <link rel="stylesheet" type="text/css" href="multisort.css" />
 9
10    <!-- GC -->
11
12		<script type="text/javascript" src="../../../ext-all.js"></script>
13
14        <script type="text/javascript" src="multisort.js"></script>
15    </head>
16    <body>
17        <h1>Multisort DataView Example</h1>
18    	<p>This example shows using multiple sorters on a Store attached to a DataView.</p>
19        <p>We're also using the reorderable toolbar plugin to make it easy to reorder the sorters with drag and drop. To change the sort order, just drag and drop the "Type" or "Name" field.</p>
20    </body>
21</html>