Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / layout / table.html
1 <html>
2 <head>
3     <title>Table Layout</title>
4
5
6     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
7     <script type="text/javascript" src="../../bootstrap.js"></script>
8
9     <script type="text/javascript" src="table.js"></script>
10
11     <style type="text/css">
12         #main-panel td {
13             padding:5px;
14         }
15     </style>
16 </head>
17 <body>
18
19 </body>
20 </html>