]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/simple-widgets/editor.html
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / simple-widgets / editor.html
CommitLineData
6527f429
DM
1<!DOCTYPE html>\r
2<html>\r
3<head>\r
4 <meta http-equiv="X-UA-Compatible" content="IE=edge">\r
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
6 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\r
7 <title>Editor Example</title>\r
8\r
9 <!-- GC -->\r
10 <script type="text/javascript" src="../shared/include-ext.js"></script>\r
11 <script type="text/javascript" src="../shared/options-toolbar.js"></script>\r
12\r
13 <script type="text/javascript" src="editor.js"></script>\r
14\r
15 <!-- Common Styles for the examples -->\r
16 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
17</head>\r
18<body>\r
19<!--<script type="text/javascript" src="../shared/examples.js"></script>--><!-- EXAMPLES -->\r
20\r
21 <h1>Editor examples</h1>\r
22 <p>Double click on the field labels and the panel title to activate the editor.</p>\r
23 <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
24\r
25 <div id="container"></div>\r
26</body>\r
27</html>\r