diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-04-03 13:59:46 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-04-03 13:59:46 +0000 |
commit | 6298398bee32521fa2b7ba0d1226eb32742f28f9 (patch) | |
tree | 46c78b91c4e14a17a44db23f059109a9bd8af1c0 | |
parent | 0c96b6f0506708dcca518ac0457a5985316a04e7 (diff) | |
download | vaadin-framework-6298398bee32521fa2b7ba0d1226eb32742f28f9.tar.gz vaadin-framework-6298398bee32521fa2b7ba0d1226eb32742f28f9.zip |
Doc fixes.
svn changeset:1114/svn branch:trunk
-rw-r--r-- | WebContent/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index 4d3453bb21..90545741c3 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -99,9 +99,10 @@ <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. + This example demonstrates how Toolkit interacts with HTML pages + that web designer usually creates. Shows how Toolkit UI components + are placed to HTML pages and how HTML pages are rendered within Toolkit + framework. </p> <p> Demonstrates: how to create |