diff index.xhtml @ 8:7b2ca4d5af6d

Add a resend-whole-state button and make it works.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 02 Feb 2012 15:45:25 +0100
parents 853dcbe8f06f
children
line wrap: on
line diff
--- a/index.xhtml
+++ b/index.xhtml
@@ -19,6 +19,7 @@
 <body>
   <div id="state"/>
   <button id="host">Host</button>
+  <button id="resend-state">Resend the whole state</button>
   <form id="toolbar">
     <dl>
       <dt> edit: </dt>
@@ -100,7 +101,7 @@
 
   <section id="document" contenteditable="true">
     <h2> Go ahead, edit away! </h2>
-    <p> Here's a typical paragraph element </p>
+    <p> Here's a <span style="color:red">typical</span> paragraph element </p>
     <ol><li> and now a list </li><li> with only      </li><li> three items    </li></ol>
   </section>