Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / view / data-view.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5         
6     <title>DataView Example</title>
7
8     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
9     <link rel="stylesheet" type="text/css" href="../shared/example.css" />
10     <link rel="stylesheet" type="text/css" href="data-view.css" />
11     
12     <script type="text/javascript" src="../../bootstrap.js"></script>
13     <script type="text/javascript" src="data-view.js"></script>
14 </head>
15 <body>
16     <h1>DataView Example</h1>
17     <p>This example shows how to use an Ext.view.View.  It demonstrates editable labels (click<br />
18     any of the photo labels), basic multi-select (using ctrl or shift) and drag selection.</p>
19     <br />
20     <p>The source for this example can be viewed by clicking on <a href="data-view.js">data-view.js</a>.  <br />
21     It uses the plugins in the <a href="../ux/DataView/LabelEditor.js">../ux/DataView/LabelEditor.js</a> and <br />
22     <a href="../ux/DataView/DragSelector.js">../ux/DataView/DragSelector.js</a> files.
23     </p>
24     <div id="dataview-example"></div>
25 </body>
26 </html>