aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/demo/features/FeatureSelect.java
diff options
context:
space:
mode:
authorJani Laakso <jani.laakso@itmill.com>2007-02-12 12:12:44 +0000
committerJani Laakso <jani.laakso@itmill.com>2007-02-12 12:12:44 +0000
commitffda558c8a4f04626a8d44316bef6033de67d5e7 (patch)
treeeb0a736c5cfa3b7d680ebca9733287978f3f0fd6 /src/com/itmill/toolkit/demo/features/FeatureSelect.java
parent87199b6b4f3f716c65c851330c57f75c40b68e78 (diff)
downloadvaadin-framework-ffda558c8a4f04626a8d44316bef6033de67d5e7.tar.gz
vaadin-framework-ffda558c8a4f04626a8d44316bef6033de67d5e7.zip
Fixed
#410 (Typo or bad img tag in Selects texts) #412 (Typo or bad img tag in Container text) #413 (Typo or bad img tag in Tabsheet text) svn changeset:695/svn branch:toolkit
Diffstat (limited to 'src/com/itmill/toolkit/demo/features/FeatureSelect.java')
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureSelect.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/demo/features/FeatureSelect.java b/src/com/itmill/toolkit/demo/features/FeatureSelect.java
index 963eee11b2..b2e74bf3b9 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureSelect.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureSelect.java
@@ -88,7 +88,7 @@ public class FeatureSelect extends Feature {
+ "allows for multiple item selection, this is usually represented as either a "
+ "listbox of selectable items or as a group of checkboxes."
+ "<br/><br/>"
- + "Data soutree.jpgrce can be associated both with selected item and the list of selections. "
+ + "Data source can be associated both with selected item and the list of selections. "
+ "This way you can easily present a selection based on items specified elsewhere in application. "
+ "<br/><br/>"
+ "On the demo tab you can try out how the different properties affect the"