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/06/30 05:15:27 UTC

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

Author: mturyn
Date: Thu Jun 29 22:15:27 2006
New Revision: 418180

URL: http://svn.apache.org/viewvc?rev=418180&view=rev
Log:
Added link to zeroth Dojo example.

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=418180&r1=418179&r2=418180&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/index.html Thu Jun 29 22:15:27 2006
@@ -16,7 +16,8 @@
       <li/><a href="panel/index.html">Panel</a>
       <li/><a href="serverside-handler/index.html">Server-side handler</a>
       <li/><a href="split-pane/index.html">Split pane</a>
-      <li/><a href="tab-pane/index.html">Tab pane</a>
+      <li/><a href="tab-pane/index.html">Tab pane</a><br>
+      <li/><a href="dojo/dojoExample_0.html>Dojo example 0</a>
     </ul>
   </body>
 </html>