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
9 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
\r
12 <script type="text/javascript" src="../../ext-all.js"></script>
\r
14 <script type="text/javascript" src="data-view-plugins.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
21 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
\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