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/23 20:40:09 UTC

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

Author: mturyn
Date: Wed Aug 23 13:40:08 2006
New Revision: 434168

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

Organized examples into groups.

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=434168&r1=434167&r2=434168&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/index.html Wed Aug 23 13:40:08 2006
@@ -1,37 +1,42 @@
-<html>
-  <head><title>Xap examples index</title></head>
-  <body>
-    <h1>Xap examples:</h1>
-    <ul>
-      <li><a href="example1/index.html">Example 1</a></li>
-      <li><a href="example2/index.html">Example 2</a></li>
-      <li><a href="clientside-handler/index.html">Client-side handler</a></li>
-      <li><a href="componentEvents/index.html">Component events</a></li>
-      <li><a href="controlsAndLayoutsExample/index.html">Controls and layouts example</a></li>
-      <li><a href="cssStylesExample/index.html">Css styles example</a></li>
-      <li><a href="google/index.html">Google</a></li>
-      <li><a href="helloWorld/index.html">Hello World</a></li>
-      <li><a href="inline-javascript/index.html">Inline javascript</a></li>
-      <li><a href="layout/index.html">Layout</a></li>
-      <li><a href="panel/index.html">Panel</a></li>
-      <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="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/>    
-      <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>      
-      <br>        
-      <li><a href="dojo/portlet.html">A single xaplet distributed over a set of HTML components.</a></li>      
-      
+<title></title>
+<h1>Xap examples:</h1>
+Simple examples (all based on Zimbra widgets):<br />
+<ul>
+    <li><a href="helloWorld/index.html">Hello World</a></li>
+    <li><a href="inline-javascript/index.html">Inline javascript</a></li>
+    <li><a href="serverside-handler/index.html">Server-side handler</a></li>
+    <li><a href="clientside-handler/index.html">Client-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>
+</ul>
+More complicated interactions (also based on Zimbra widgets):
+<ul>
+    <li><a href="example1/index.html">Example 1</a></li>
+    <li><a href="example2/index.html">Example 2</a></li>
+    <li><a href="componentEvents/index.html">Component events</a></li>
+    <li><a href="controlsAndLayoutsExample/index.html">Controls and layouts example</a></li>
+    <li><a href="cssStylesExample/index.html">Css styles example</a></li>
+    <li><a href="layout/index.html">Layout</a></li>
+    <li><a href="panel/index.html">Panel</a></li>
+</ul>
+A demo application:<br />
+<ul>
+    <li><a href="google/index.html">Google</a></li>
 </ul>
-  </body>
-</html>
\ No newline at end of file
+An example using XModify with a standard HTML DOM:
+<ul>
+    <li><a href="html-xmodify/index.html">Macro and xModify running against the HTML DOM</a></li>
+</ul>
+An example of using the bridge classes to wrap an HTML element:<br />
+<ul>
+    <li><a href="basic/dom0.html">Wrapped dom example 0</a></li>
+</ul>
+Examples using the Dojo bridge classes and Dojo widgets:
+<ul>             </ul>
+    <ul>
+        <li><a href="dojo/dojo1.html">Dojo example 1</a></li>
+        <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><br />               </li>
+        <li><a href="dojo/dateAndColorPickers.html">Page using the ColorPalette and DatePicker XAL's used in the above.</a><br />               </li>
+        <li><a href="dojo/portlet.html">A single xaplet distributed over a set of HTML components.</a></li>
+    </ul>
\ No newline at end of file