You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/08/24 20:25:15 UTC

svn commit: r434509 - /incubator/xap/trunk/WebContent/examples/index.html

Author: mturyn
Date: Thu Aug 24 13:25:14 2006
New Revision: 434509

URL: http://svn.apache.org/viewvc?rev=434509&view=rev
Log:
For: Rob Gagne

punctuation change

Modified:
    incubator/xap/trunk/WebContent/examples/index.html

Modified: incubator/xap/trunk/WebContent/examples/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/index.html?rev=434509&r1=434508&r2=434509&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/index.html Thu Aug 24 13:25:14 2006
@@ -49,9 +49,10 @@
 </ul>
 <i>Mixing XAP with HTML</i>
 <ul>
-  <li>Macro and XModify running against the
-    HTML DOM <a href="html-xmodify/index.html">(html-modify)</a></li>
-<li>A single XAP application distributed over    server HTML components. <a href="dojo/portlet.html">(dojo)</a></li>
+  <li>Macro and XModify running against the HTML DOM <a
+    href="html-xmodify/index.html">(html-modify)</a></li>
+  <li>A single XAP application distributed over server HTML components <a
+    href="dojo/portlet.html">(dojo)</a></li>
 </ul>
 <i>An example of using the bridge classes to wrap an HTML element</i>
 <ul>
@@ -60,14 +61,13 @@
 <i>Examples using the XAP bridge classes connected to Dojo widgets. These are
 experimental.</i>
 <ul>
-
   <li>Dojo widget example 1 <a href="dojo/dojo1.html">(dojo1)</a></li>
-  <li>Wrapped DatePicker, with most code in
-    DojoWidget superclass. <a href="dojo/datePicker.html">(datePicker)</a></li>
-  <li>Wrapped ColorPalette, with most code in
-    DojoWidget superclass. <a href="dojo/colorPicker.html">(colorPicker)</a></li>
-  <li>Page using the ColorPalette and
-    DatePicker XAL's used in the above. <a href="dojo/dateAndColorPickers.html">(dateAndColorPickers)</a></li>
+  <li>Wrapped DatePicker, with most code in DojoWidget superclass. <a
+    href="dojo/datePicker.html">(datePicker)</a></li>
+  <li>Wrapped ColorPalette, with most code in DojoWidget superclass. <a
+    href="dojo/colorPicker.html">(colorPicker)</a></li>
+  <li>Page using the ColorPalette and DatePicker XAL's used in the above. <a
+    href="dojo/dateAndColorPickers.html">(dateAndColorPickers)</a></li>
 </ul>
 </body>
 </html>