Wicket 10 dojo Index.html
<html>
<head>
  <link rel="stylesheet" type="text/css" href="style/style.css"/>
</head>
<body>
  <h3>Dojo Rich Text Editor</h3>

    <form wicket:id="form">
      <textarea style="padding: 10px;" wicket:id="editor"></textarea>
      <input type="submit" wicket:id="apply" />
    </form>

</body>
</html>
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License