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/11 19:41:59 UTC

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

Author: mturyn
Date: Fri Aug 11 12:41:58 2006
New Revision: 430875

URL: http://svn.apache.org/viewvc?rev=430875&view=rev
Log:
Added link dual-xaplet example, fixed order.

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=430875&r1=430874&r2=430875&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/index.html Fri Aug 11 12:41:58 2006
@@ -17,14 +17,19 @@
       <li><a href="serverside-handler/index.html">Server-side handler</a></li>
       <li><a href="split-pane/index.html">Split pane</a></li>
       <li><a href="tab-pane/index.html">Tab pane</a></li><br>
-      <li><a href="html-xmodify/index.html">Macro and xModify running against the HTML DOM</a></li><br>
-
+      <li><a href="html-xmodify/index.html">Macro and xModify running against the HTML DOM</a></li>
+      <br>
+      <li><a href="basic/dom0.html">Wrapped dom example 0</a></li>
+      <br>
       <li><a href="dojo/dojoExample_0.html">Dojo example 0</a></li>
       <li><a href="dojo/dojo1.html">Dojo example 1</a></li><br/>    
-      
-      <li><a href="basic/dom0.html">Wrapped dom example 0</a></li>
+      <br>      
+      <br>
       <li><a href="dojo/datePicker.html">Wrapped DatePicker, with most code in DojoWidget superclass.</a></li>      
       <li><a href="dojo/colorPicker.html">Wrapped ColorPalette, with most code in DojoWidget superclass.</a></li>      
+      <br>        
+      <li><a href="dojo/dateAndColorPickers.html">Page using the ColorPalette and DatePicker XAL's used in the above.</a></li>      
+      
 </ul>
   </body>
 </html>