From 78e180871a5f15d2bda91b6549b034fc8a2c7a53 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Wed, 18 Apr 2007 06:19:48 +0000 Subject: Added new demo FilterSelect, changed it's layout and texts. svn changeset:1264/svn branch:trunk --- WebContent/WEB-INF/web.xml | 13 +++++++++++++ WebContent/index.html | 13 +++++++++++++ 2 files changed, 26 insertions(+) (limited to 'WebContent') diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index e649cafceb..5a11c3cd99 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -54,6 +54,19 @@ /SelectDemo/* + + FilterSelect + com.itmill.toolkit.terminal.web.ApplicationServlet + + application + com.itmill.toolkit.demo.FilterSelect + + + + FilterSelect + /FilterSelect/* + + features com.itmill.toolkit.terminal.web.ApplicationServlet diff --git a/WebContent/index.html b/WebContent/index.html index 7c798c8058..b486a56fc8 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -206,6 +206,19 @@ SelectDemo.java +
+

FilterSelect demo

+
+

+ This example shows three select components with lazy loading functionality enabled. + First select works like Google Suggest, second uses "Contains" filter and third uses custom "Ends with" filter. + Click to select components and type few letters using your keyboard to see it in action. +

+
+ Source code: + FilterSelect.java +
+

Modal window

-- cgit v1.2.3