Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / examples / view / data-view.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4     <title>DataView Example</title>
5     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
6
7     <!-- GC -->
8         <!-- LIBS -->
9         <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
10         <!-- ENDLIBS -->
11
12     <script type="text/javascript" src="../../ext-all.js"></script>
13
14     <script type="text/javascript" src="../ux/DataView-more.js"></script>
15     <script type="text/javascript" src="data-view.js"></script>
16     <link rel="stylesheet" type="text/css" href="data-view.css" />
17     <!-- Common Styles for the examples -->
18     <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
19 </head>
20 <body>
21 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
22
23 <h1>DataView Example</h1>
24 <p>This example shows how to use an Ext.DataView.  It demonstrates editable labels (click<br />
25 any of the photo labels), basic multi-select (using ctrl or shift) and drag selection.</p>
26 <br />
27 The source for this example can bie viewed by clicking on <a href="data-view.js">data-view.js</a>.  <br />
28 It uses the plugins in the <a href="../ux/DataView-more.js">../ux/DataView-more.js</a> file.
29 </body>
30 </html>