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