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