UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

28 lines (22 loc) 1.06 kB
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=10, user-scalable=yes"> <title>Editor Example</title> <!-- GC --> <script type="text/javascript" src="../shared/include-ext.js"></script> <script type="text/javascript" src="../shared/options-toolbar.js"></script> <script type="text/javascript" src="editor.js"></script> <!-- Common Styles for the examples --> <link rel="stylesheet" type="text/css" href="../shared/examples.css" /> </head> <body> <!--<script type="text/javascript" src="../shared/examples.js"></script>--><!-- EXAMPLES --> <h1>Editor examples</h1> <p>Double click on the field labels and the panel title to activate the editor.</p> <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> <div id="container"></div> </body> </html>