1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <title>DataView Example</title>
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" />
12 <script type="text/javascript" src="../../bootstrap.js"></script>
13 <script type="text/javascript" src="data-view.js"></script>
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>
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.
24 <div id="dataview-example"></div>