]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added custom layout / theme demo.
authorJani Laakso <jani.laakso@itmill.com>
Tue, 3 Apr 2007 13:50:34 +0000 (13:50 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Tue, 3 Apr 2007 13:50:34 +0000 (13:50 +0000)
svn changeset:1110/svn branch:trunk

WebContent/index.html

index f1a5098e3de164460b09f29c5509f1169b2d8dfb..4d3453bb21727beb7176564f655e7e62958551b0 100644 (file)
@@ -86,7 +86,7 @@
         This example demonstrates layouts for Tookit application.
        </p>
        <p>
-        Demonstrates: how to create
+        Demonstrates: how to use
         <code>com.itmill.toolkit.ui.OrderedLayout</code>,
         <code>com.itmill.toolkit.ui.GridLayout</code>,
         <code>com.itmill.toolkit.ui.Panel</code> and
        </div>  
   </div>
   
+  <div id="feature-browser">
+       <h3><a href="CustomLayoutDemo">CustomLayoutDemo</a></h3>
+       <div class="option">
+       <p>
+        This example demonstrates how web designer may create multiple 
+        html pages and how Toolkit UI components are attached to these 
+        html pages using custom layout functionality.
+       </p>
+       <p>
+        Demonstrates: how to create
+        <code>com.itmill.toolkit.ui.CustomLayout</code>
+    </p>
+       </div>  
+  </div>
+  
   <div id="feature-browser">
        <h3><a href="QueryContainerDemo">QueryContainerDemo</a></h3>
        <div class="option">