Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / charts / FormDashboard.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     <title>Form with embedded Grid</title>
6     <!-- ExtJS -->
7     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
8  
9     <!-- Shared -->
10     <link rel="stylesheet" type="text/css" href="../shared/example.css" />
11     <style type="text/css">
12         .x-panel-framed {
13             padding: 0;
14         }
15     </style>
16     <script type="text/javascript" src="../../bootstrap.js"></script>
17
18     <!-- Example -->
19     <script type="text/javascript" src="FormDashboard.js"></script>
20 </head>
21 <body>
22     <h1>Dynamic Form, Grid and Charts</h1>
23     <p>
24         Showing companies information in a grid. Selecting a row will highlight
25         the bar corresponding to that company and fill in the form with the company
26         data. A radar chart will show the company information. You can update the
27         information in the form to see it change live in the grid, bar chart and radar charts.
28     </p>
29 </body>
30 </html>