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:01:12 UTC

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

Author: mturyn
Date: Thu Aug 24 13:01:12 2006
New Revision: 434491

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

More formatting and text clarification.

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=434491&r1=434490&r2=434491&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/index.html Thu Aug 24 13:01:12 2006
@@ -16,7 +16,7 @@
 <p>As with any early stage technology: all syntax and system functionality is
 subject to change.</p>
 
-<p><i>Simple examples (all based on Zimbra widgets):</i></p>
+<p><i>Simple examples (all based on Zimbra widgets)</i></p>
 <ul>
   <li>Hello World! <a href="helloWorld/index.html">(helloWorld)</a></li>
   <li>Client side JavaScript event handling <a
@@ -28,7 +28,7 @@
   <li>Splitter Window <a href="split-pane/index.html">(split-pane)</a></li>
   <li>Tab pane <a href="tab-pane/index.html">(tab-pane)</a></li>
 </ul>
-<i>More complicated interactions (also based on Zimbra widgets):</i>
+<i>More complicated interactions (also based on Zimbra widgets)</i>
 <ul>
   <li>Splitter with buttons, panels and event handling <a
     href="example1/index.html">(example1)</a></li>
@@ -47,25 +47,21 @@
 <ul>
   <li>Mashup with google maps <a href="google/index.html">(google)</a></li>
 </ul>
-<i>An example using XModify with a standard HTML DOM:</i>
+<i>Mixing XAP with HTML</i>
 <ul>
-  <li><a href="html-xmodify/index.html">Macro and xModify running against the
-    HTML DOM</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>
-  <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>
+<i>An example of using the bridge classes to wrap an HTML element</i>
 <ul>
   <li>Wrapping an HTML DOM <a href="basic/dom0.html">(dom0)</a></li>
 </ul>
 <i>Examples using the XAP bridge classes connected to Dojo widgets. These are
 experimental.</i>
 <ul>
-  <li>Dojo example 1 <a href="dojo/dojo1.html">(dojo1)</a></li>
+
+  <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