editor.html 713 Bytes
<html>
  <head>
    <title>Simple Text Editor Gadget</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <script src="../../node_modules/rsvp/dist/rsvp-2.0.4.js" type="text/javascript"></script>
    <script src="../../lib/jschannel/jschannel.js" type="text/javascript"></script>
    <script src="../../dist/renderjs-latest.js" type="text/javascript"></script>
    <script src="editor.js" type="text/javascript"></script>
    <link rel="http://www.renderjs.org/rel/interface"
          href="http://www.renderjs.org/interface/editor"/>
  </head>
  <body>
    <!--label for="textarea-a">Your basic text editor:</label-->
    <textarea id="textarea-a"></textarea>
  </body>
</html>