From d828c452c39412fac474f8b052bc5f594593202a Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Thu, 26 Apr 2007 13:48:48 +0000 Subject: [PATCH] Language fixes. svn changeset:1357/svn branch:trunk --- WebContent/index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/WebContent/index.html b/WebContent/index.html index d03bb1fa84..27505a1d17 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -123,7 +123,7 @@

Demonstrates how to create com.itmill.toolkit.data.Container and set it as - datasource to UI components com.itmill.toolkit.ui.Component.Tree, how to + data source to UI components com.itmill.toolkit.ui.Component.Tree, how to receive ExpandEvent and implement com.itmill.toolkit.ui.Tree.ExpandListener, how to use com.itmill.toolkit.event.Action.

@@ -143,8 +143,6 @@ Demonstrates another possibility how event framework may be used, in this example specific methods are registered for button click events.

- Note: This application instance is embedded - to jsp page also, see ToolkitMashup.jsp.
Source code: TableDemo.java @@ -157,7 +155,7 @@ Browsable file explorer using Toolkit Tree component.

Demonstrates how to - use com.itmill.toolkit.ui.Component.Tree datasource container, + use com.itmill.toolkit.ui.Component.Tree data source container, how to create com.itmill.toolkit.data.util.FilesystemContainer, how to read com.itmill.toolkit.ui.Component.Event objects, how to receive and handle any event by implementing @@ -231,7 +229,7 @@

URI and Parameter handling demo

- This is a demonstration of how URL parameters can be recieved and handled. + This is a demonstration of how URL parameters can be received and handled. Parameters and URL:s can be received trough the windows by registering URIHandler and ParameterHandler classes window.
-- 2.39.5