Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / examples / simple-widgets / editor.html
1 <html>
2 <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4     <title>Editor Example</title>
5     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
6
7     <!-- GC -->
8         <!-- LIBS -->
9         <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
10         <!-- ENDLIBS -->
11
12
13     <script type="text/javascript" src="../../ext-all.js"></script>
14
15     <script type="text/javascript" src="editor.js"></script>
16
17     <!-- Common Styles for the examples -->
18     <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
19 </head>
20 <body>
21 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
22
23     <h1>Editor examples</h1>
24     <p>Double click on the field labels and the panel title to activate the editor.</p>
25     <p>Note that the js and css is not minified so it is readable. See <a href="editor.js">editor.js</a> for the code.</p>
26     
27     <div id="container"></div>
28 </body>
29 </html>