diff options
Diffstat (limited to 'src/com/itmill/toolkit/demo/features/FeatureSelect.java')
-rw-r--r-- | src/com/itmill/toolkit/demo/features/FeatureSelect.java | 2 |
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" |