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/23 15:23:02 UTC

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

Author: mturyn
Date: Fri Jun 23 08:23:01 2006
New Revision: 416739

URL: http://svn.apache.org/viewvc?rev=416739&view=rev
Log:
Index for examples/demos.

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

Added: incubator/xap/trunk/WebContent/examples/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/index.html?rev=416739&view=auto
==============================================================================
--- incubator/xap/trunk/WebContent/examples/index.html (added)
+++ incubator/xap/trunk/WebContent/examples/index.html Fri Jun 23 08:23:01 2006
@@ -0,0 +1,22 @@
+<html>
+  <head><title>Xap examples index</title></head>
+  <body>
+    <h1>Xap examples:</h1>
+    <ul>
+      <li/><a href="example1/index.html">Example 1</a>
+      <li/><a href="example2/index.html">Example 2</a>
+      <li/><a href="clientside-handler/index.html">Client-side handler</a>
+      <li/><a href="componentEvents/index.html">Component events</a>
+      <li/><a href="controlsAndLayoutsExample/index.html">Controls and layouts example</a>
+      <li/><a href="cssStylesExample/index.html">Css styles example</a>
+      <li/><a href="google/index.html">Google</a>
+      <li/><a href="helloWorld/index.html">Hello World</a>
+      <li/><a href="inline-javascript/index.html">Inline javascript</a>
+      <li/><a href="layout/index.html">Layout</a>
+      <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>
+    </ul>
+  </body>
+</html>
\ No newline at end of file